Yet again I was looking for the GLCD command sheet in the internet and failed to find any good resolution images that I can use for post references. Even the data sheet looks really bad. So here I am with a HTML Version of the GLCD command sheet just like the one for the character LCD I posted a while back.
GLCD Command Sheet | |||||||||||
Instruction | Code | Description | |||||||||
RS | RW | D7 | D6 | D5 | D4 | D3 | D2 | D1 | D0 | ||
Display On/OFF | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | * | Controls the Display ON or OFF. Internal status and display RAM data is not affected. | |
Set Address A A A A A (Y Address) | A 0 | 1 | A A X Address ( 0 to 63 ) | Sets the Y address in the Y address counter. | |||||||
Set Page Address A (X Address) | 1 | 1 | 1 | 1 | Page (0-7) | Sets the X address in the X address counter. | |||||
Display Start Line A (Z Address) | 1 | 1 | Display Start Line (0-63) | Indicates the display data RAM displayed at the top of the screen. | |||||||
Status Read | 1 | BF | On/Off | Rst | Status Read | ||||||
Write Display Data | 1 | A A A A A A A A Write Data | Write data DB0 to DB7 into display data RAM. After writing instruction Y address is incremented by 1 | ||||||||
Read Display Data | 1 | A 1 | A A A A A A A A Read Data | Reads data DB0 to DB7 from the display data RAM to the data bus. | |||||||
Instruction bit names:</p>
|