Rpbasic-52 programming guide – Remote Processing BASIC 52 User Manual
Page 141

RPBASIC-52 PROGRAMMING GUIDE
2-122
CONFIG DISPLAY
Syntax:
C O N F I G D IS P L A Y 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 D ISPLAY and related comm ands.
Mode:
C o m m a n d, R U N
Use:
C O N F I G D IS P L A Y 1
Configures display port and operation for LCD 4 x 20.
Cards:
All
D E S C R IP T I ON
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 position ing may n ot work prope rly or at all.
RELATED
D I S P LA Y , C L E A R D IS P L A Y
E R R O R
BAD ARGUMENT When type out of range.