
RPBASIC-52 PROGRAMMING GUIDE
2-122
CONFIG DISPLAY
Syntax: CONFIG DISPLAY type
Where: type = 0 to 3, defines the display type
0 = LCD 4 x 40 character
1 = LCD 4 x 20 character
2 = Vacuum florescent 4 x 20 character
3 = LCD - 5003 graphics display
4 = Vacuum florescent 4 x 20, IEEE Centry series
Function: Defines the display type used with DISPLAY and related commands.
Mode: Command, RUN
Use: CONFIG DISPLAY 1 Configures display port and operation for LCD 4 x 20.
Cards: All
DESCRIPTION
The display type must be set in order for the DISPLAY drivers to work properly.
Other kinds of LCD and Vacuum florescent displays may also be used. However, certain options such as
character positioning may not work properly or at all.
RELATED
DISPLAY, CLEAR DISPLAY
ERROR
BAD ARGUMENT When type out of range.
Komentáře k této Příručce