bugfix oled init
This commit is contained in:
parent
e01c62e877
commit
e7ca681872
@ -77,9 +77,9 @@ void init_display(bool verbose) {
|
||||
|
||||
// init display
|
||||
#ifndef DISPLAY_FLIP
|
||||
oledInit(OLED_128x64, ANGLE_0, false, -1, -1, 400000L);
|
||||
oledInit(OLED_128x64, false, false, -1, -1, 400000L);
|
||||
#else
|
||||
oledInit(OLED_128x64, ANGLE_FLIPY, false, -1, -1, 400000L);
|
||||
oledInit(OLED_128x64, true, false, -1, -1, 400000L);
|
||||
#endif
|
||||
|
||||
// clear display
|
||||
|
Loading…
Reference in New Issue
Block a user