diff --git a/CO2_Gadget_Menu.h b/CO2_Gadget_Menu.h index 154a3eff..0db05002 100644 --- a/CO2_Gadget_Menu.h +++ b/CO2_Gadget_Menu.h @@ -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