Rename LCD conditionals (#19533)

This commit is contained in:
Scott Lahteine
2020-09-28 01:13:27 -05:00
committed by GitHub
parent 1c372df449
commit c2c6a679ea
138 changed files with 353 additions and 333 deletions

View File

@ -456,11 +456,11 @@
#endif
#if ENABLED(ULTRA_LCD)
#define HAS_SPI_LCD 1
#define HAS_WIRED_LCD 1
#if ENABLED(DOGLCD)
#define HAS_GRAPHICAL_LCD 1
#define HAS_MARLINUI_U8GLIB 1
#elif DISABLED(HAS_GRAPHICAL_TFT)
#define HAS_CHARACTER_LCD 1
#define HAS_MARLINUI_HD44780 1
#endif
#endif
@ -471,7 +471,7 @@
#define HAS_ADC_BUTTONS 1
#endif
#if HAS_GRAPHICAL_LCD
#if HAS_MARLINUI_U8GLIB
#ifndef LCD_PIXEL_WIDTH
#define LCD_PIXEL_WIDTH 128
#endif