🐛 Fix FTDUI Status Screen Timeout (#24899)

This commit is contained in:
InsanityAutomation
2022-10-24 17:44:52 -04:00
committed by GitHub
parent cf2311f768
commit 81f88fefdc
6 changed files with 23 additions and 19 deletions

View File

@@ -3689,13 +3689,13 @@
#endif
#endif
#if HAS_MARLINUI_MENU
#if EITHER(HAS_MARLINUI_MENU, TOUCH_UI_FTDI_EVE)
// LCD timeout to status screen default is 15s
#ifndef LCD_TIMEOUT_TO_STATUS
#define LCD_TIMEOUT_TO_STATUS 15000
#endif
#if LCD_TIMEOUT_TO_STATUS
#define SCREENS_CAN_TIME_OUT 1
#define HAS_SCREEN_TIMEOUT 1
#endif
#endif