1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-26 13:25:54 +00:00

🔧 Retain LCD_LANGUAGE for TFT_COLOR_UI (#27454)

This commit is contained in:
ellensp 2024-10-04 06:16:53 +13:00 committed by GitHub
parent 8c61606691
commit df5d08aec0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -649,7 +649,7 @@
#if !HAS_MARLINUI_HD44780
#undef LCD_INFO_SCREEN_STYLE
#endif
#if NONE(HAS_MARLINUI_U8GLIB, HAS_TFT_LVGL_UI, DGUS_LCD_UI_E3S1PRO)
#if NONE(HAS_MARLINUI_U8GLIB, HAS_TFT_LVGL_UI, TFT_COLOR_UI, DGUS_LCD_UI_E3S1PRO)
#undef LCD_LANGUAGE
#endif
#if DISABLED(MPC_AUTOTUNE)