Fix and update DGUS displays (#17072)

This commit is contained in:
George Fu
2020-03-11 16:40:30 +08:00
committed by GitHub
parent 23c5701178
commit 201c991cfa
8 changed files with 43 additions and 26 deletions

View File

@@ -356,11 +356,12 @@
#endif
#endif
// Extensible UI serial touch screens. (See src/lcd/extensible_ui)
// Aliases for LCD features
#if ANY(DGUS_LCD_UI_ORIGIN, DGUS_LCD_UI_FYSETC, DGUS_LCD_UI_HIPRECY)
#define HAS_DGUS_LCD 1
#endif
// Extensible UI serial touch screens. (See src/lcd/extensible_ui)
#if ANY(HAS_DGUS_LCD, MALYAN_LCD, TOUCH_UI_FTDI_EVE)
#define IS_EXTUI
#define EXTENSIBLE_UI