🔧 TOUCH_IDLE_SLEEP_MINS => DISPLAY_SLEEP_MINUTES

Follow up to #26517
This commit is contained in:
Scott Lahteine
2024-02-04 12:09:08 -06:00
parent 9364cbb4b5
commit 1dee4d92c6
21 changed files with 107 additions and 127 deletions

View File

@@ -104,9 +104,9 @@ void disable_steppers();
#if HAS_EXTRUDERS
void e_select();
#endif
#endif
#if HAS_TOUCH_SLEEP
bool lcd_sleep_task();
#if HAS_DISPLAY_SLEEP
bool lcd_sleep_task();
#endif
#endif
void draw_heater_status(uint16_t x, uint16_t y, const int8_t heater);