Skip to content

Commit

Permalink
🔧 Retain LCD_LANGUAGE for TFT_COLOR_UI (#27454)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored Oct 3, 2024
1 parent 8c61606 commit df5d08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/inc/Conditionals-2-LCD.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit df5d08a

Please sign in to comment.