Skip to content

Commit

Permalink
Fix with fonts in MENU for esp32dev and esp32dev_OLED
Browse files Browse the repository at this point in the history
  • Loading branch information
melkati committed Jan 28, 2024
1 parent c76a72b commit dd7daf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CO2_Gadget_Menu.h
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,9 @@ void menuLoop() {
}

void menu_init() {
#ifdef SUPPORT_TFT
tft.loadFont(SMALL_FONT);
#endif
nav.idleTask = idle; // function to be called when menu is suspended
nav.idleOn(idle);
// nav.timeOut = 30; // Removed timeout as it was causing issues with the display clean at exit from menu by timeout
Expand Down

0 comments on commit dd7daf7

Please sign in to comment.