
Chapter 7. I/O Facilities
101
■ Locating Characters on the LCD Screen
Using the LOCATE statement locates characters on the coordinates of the LCD screen. The
coordinates differ depending upon the screen mode and the display font size as shown below.
Standard-size font
21 columns x 8 lines for normal-width,
10 columns x 8 lines for double-width
Small-size font 21 columns x 10 lines for normal-width,
10 columns x 10 lines for double-width
Single-byte ANK Mode
LOCATE 1,1
LOCATE 21,8
LOCATE 21,1
Normal-width
Double-width
LOCATE 1,1
LOCATE 21,10
LOCATE 21,1
Normal-width
Double-width
Comentários a estes Manuais