Skip to content

Commit f0bd400

Browse files
authored
🩹🔧 Fix LCD_LANGUAGE for HD44780 (#27729)
1 parent 0fa3d26 commit f0bd400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/inc/Conditionals-2-LCD.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@
649649
#if !HAS_MARLINUI_HD44780
650650
#undef LCD_INFO_SCREEN_STYLE
651651
#endif
652-
#if NONE(HAS_MARLINUI_U8GLIB, HAS_TFT_LVGL_UI, TFT_COLOR_UI, DGUS_LCD_UI_E3S1PRO)
652+
#if NONE(HAS_MARLINUI_HD44780, HAS_MARLINUI_U8GLIB, HAS_TFT_LVGL_UI, TFT_COLOR_UI, DGUS_LCD_UI_E3S1PRO)
653653
#undef LCD_LANGUAGE
654654
#endif
655655
#if DISABLED(MPC_AUTOTUNE)

0 commit comments

Comments
 (0)