Update lcd.c
Dieser Commit ist enthalten in:
Ursprung
51aa9ebc5b
Commit
4a5bc75a1f
2
lcd.c
2
lcd.c
@ -75,7 +75,7 @@ const uint8_t init_sequence [] PROGMEM = { // Initialization Sequence
|
|||||||
0x81, 0x3F, // Set contrast control register
|
0x81, 0x3F, // Set contrast control register
|
||||||
0xA1, // Set Segment Re-map. A0=address mapped; A1=address 127 mapped.
|
0xA1, // Set Segment Re-map. A0=address mapped; A1=address 127 mapped.
|
||||||
0xA6, // Set display mode. A6=Normal; A7=Inverse
|
0xA6, // Set display mode. A6=Normal; A7=Inverse
|
||||||
0xA8, 0x3F, // Set multiplex ratio(1 to 64)
|
0xA8, DISPLAY_HEIGHT-1, // Set multiplex ratio(1 to 64)
|
||||||
0xA4, // Output RAM to Display
|
0xA4, // Output RAM to Display
|
||||||
// 0xA4=Output follows RAM content; 0xA5,Output ignores RAM content
|
// 0xA4=Output follows RAM content; 0xA5,Output ignores RAM content
|
||||||
0xD3, 0x00, // Set display offset. 00 = no offset
|
0xD3, 0x00, // Set display offset. 00 = no offset
|
||||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren