-
Notifications
You must be signed in to change notification settings - Fork 8
st7920ctile
Anobium edited this page Oct 18, 2020
·
1 revision
Syntax:
ST7920cTile ( word variable )
Explanation:
Tiles screen with a Chinese Symbol.
This required 2 bytes of data into DDRAM to display one 16x16 font from memory location A140H~D75FH are BIG5 code, A1A0H~F7FFH are GB code.
Example usage:
Dim CTileValue as word
cTileValue = (0xA140H * 256 ) + 0xA140H
ST7920Tile (CTileValue) ‘tile the screen with a nice cross hatch