🐛 Fix SHOW_REMAINING_TIME option for JyersUI (#22999)
This commit is contained in:
committed by
Scott Lahteine
parent
5173a3140d
commit
e2452d6c57
@ -539,6 +539,10 @@
|
||||
#define HAS_LCD_MENU 1
|
||||
#endif
|
||||
|
||||
#if ANY(HAS_MARLINUI_U8GLIB, EXTENSIBLE_UI, HAS_MARLINUI_HD44780, IS_TFTGLCD_PANEL, IS_DWIN_MARLINUI, DWIN_CREALITY_LCD_JYERSUI)
|
||||
#define CAN_SHOW_REMAINING_TIME 1
|
||||
#endif
|
||||
|
||||
#if HAS_MARLINUI_U8GLIB
|
||||
#ifndef LCD_PIXEL_WIDTH
|
||||
#define LCD_PIXEL_WIDTH 128
|
||||
|
Reference in New Issue
Block a user