mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-20 04:01:14 +00:00
Merge pull request #41 from geeksville/new-oled
fix #40 force an extra redraw for the bootscreen,
This commit is contained in:
commit
90edae1ce0
@ -593,6 +593,7 @@ void Screen::setup()
|
|||||||
// dispdev.setFont(Custom_ArialMT_Plain_10);
|
// dispdev.setFont(Custom_ArialMT_Plain_10);
|
||||||
|
|
||||||
ui.disableAutoTransition(); // we now require presses
|
ui.disableAutoTransition(); // we now require presses
|
||||||
|
ui.update(); // force an immediate draw of the bootscreen, because on some ssd1306 clones, the first draw command is discarded
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user