
90
■ 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 as shown below.
Single-byte ANK Mode
(16 columns x 4 lines)
Two-byte Kanji Mode
6 columns x 2 lines for full-width characters only,
12 columns x 2 lines for half-width characters only
Be careful about the specification of line numbers in the figures below. A single column shown
below represents an area for a half-width character; Double columns represent an area for a
full-width character.
LOCATE 16,1
LOCATE 1,1
LOCATE 16,4
LOCATE 1,3
LOCATE 1,1
LOCATE 12,3
cdef
LOCATE 12,2
LOCATE 1,2
cdef
Komentarze do niniejszej Instrukcji