This commit is contained in:
olikraus 2016-07-02 09:44:48 +02:00
parent b4782134c3
commit 7b00114ea0
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ static const uint8_t u8x8_d_t6963_init_seq[] = {
// ...
// 0x09c: Graphic on, text on, cursor off, blink off
// 0x09f: Graphic on, text on, cursor on, blink on
U8X8_C(0x098), /* mode register: Display Mode, Graphics on, Text off, Cursor off */
U8X8_C(0x090), /* All Off */
U8X8_AAC(0x00,0x00,0x024), /* low, high, set adr pointer */
U8X8_C(0x0b0), /* autowrite start */