
Chapter 7. I/O Facilities
105
■ 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
26 columns x 20 lines for normal-width,
13 columns x 20 lines for double-width
Small-size font
26 columns x 26 lines for normal-width,
13 columns x 26 lines for double-width
Single-byte ANK Mode
LOCATE 1,1
Normal-width
Double-width
LOCATE 26,1
LOCATE 26,20
LOCATE 1,1
LOCATE 26,1
LOCATE 26,26
Normal-width
Double-width
Kommentare zu diesen Handbüchern