';' typo fixed, issue #999
This commit is contained in:
parent
e8aa156e30
commit
96450761f1
|
@ -123,7 +123,7 @@ static const uint8_t u8x8_d_ist7920_128x128_init_seq[] = {
|
|||
U8X8_CAA(0x074, 0x000, 0x00f), /* AY Window */
|
||||
U8X8_CAA(0x075, 0x000, 0x07f), /* AX Window */
|
||||
|
||||
U8X8_CA(0x040, 64); /* Start line at 64 */
|
||||
U8X8_CA(0x040, 64), /* Start line at 64 */
|
||||
|
||||
U8X8_CA(0x0b1, 100), /* electronic volume */
|
||||
|
||||
|
|
Loading…
Reference in New Issue