Graphic Displays
From TechNet
... Graphic LCD Displays ...
Optrex F-51553 Graphics LCD Driver
specifications
- option one
- option two
- option three
Quirks
Notes:
programming
| Command Name | Value | Comments |
| LCD Bias Set | 0xA2 | Set LCD Bias to 1/9 |
| ADC select | 0xA1 | Inverse scan (L to R) |
| Common Direction Select | 0xC0 | Scan common top to bottom |
| Initial Display Line Set | 0x40 | Start COM scan at line address |
| LCD Display On/Off | 0xAF | Display On (0xAE power saver) |
| Page Address Set | 0xB0 | Select RAM page 0 to start writing |
| Column Address Set | 0x10 | set upper four bits of column |
| Column Address Set | 0x00 | set lower four bits of column |
| Write Data | 0x** | data to be displayed |
This table is incomplete and might have errors.
Notes: