English
Language : 

GMS81C7216 Datasheet, PDF (76/121 Pages) List of Unclassifed Manufacturers – 8-BIT SINGLE-CHIP MICROCONTROLLERS
GMS81C7208/7216
example for displaying character is shown below.
Write into the
LCD Memory
GOLCD:
:
CLRG
LDX#DISPRAM
LDA{X}
TAY
LDA!FONT+Y ;LOAD FONT DATA
LDMRPR,#1;Set RPR = 1 to access LCD
SETG ;Set Page 1
LDX#0
STA{X}+;LOWER 4 BITS OF ACC. -> M(X)
XCN
STA{X} ;UPPER 4 BITS OF ACC. -> M(X+1)
CLRG ;Set Page = 0
:
:
Font data
FONT
DB 1101_0111B; “0”
DB 0000_0110B; “1”
DB 1110_0011B; “2”
DB 1010_0111B; “3”
DB 0011_0110B; “4”
DB 1011_0101B; “5”
DB 1111_0101B; “6”
DB 0000_0111B; “7”
DB 1111_0111B; “8”
DB 0011_0111B; “9”
Note: When power on RESET, an oscillation start up time
is required. Enable LCD display after an oscillation is stabi-
lized, or LCD may occur flicker at power on time shortly.
72
FEB. 2005 Ver 1.04