fix screen switching

This commit is contained in:
2020-11-20 17:22:49 +01:00
parent aff85b6d3e
commit f1c3cb33e3
4 changed files with 11 additions and 4 deletions

View File

@ -39,7 +39,7 @@ void my_setup_2() {
logMsg("Application starting");
oledInit();
oledClear();
oledClearAllScreens();
oledSetActiveScreen(OLED_SCREEN0);
oledPrint(OLED_SCREEN0, "App starting");