Merge pull request #41 from geeksville/new-oled

fix #40 force an extra redraw for the bootscreen,
This commit is contained in:
Kevin Hester 2020-03-17 19:39:32 -07:00 committed by GitHub
commit 90edae1ce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -593,6 +593,7 @@ void Screen::setup()
// dispdev.setFont(Custom_ArialMT_Plain_10);
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
}