Merge pull request #409 from stklcode/feature/extui

make custom Anycubic touchscreen implementation an ExtUI module
This commit is contained in:
Oliver Köster
2023-01-03 13:00:29 +01:00
committed by GitHub
10 changed files with 181 additions and 54 deletions

View File

@@ -471,7 +471,7 @@
#endif
// Extensible UI serial touch screens. (See src/lcd/extui)
#if ANY(HAS_DGUS_LCD, MALYAN_LCD, TOUCH_UI_FTDI_EVE, ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON, NEXTION_TFT)
#if ANY(HAS_DGUS_LCD, MALYAN_LCD, TOUCH_UI_FTDI_EVE, ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON, ANYCUBIC_TOUCHSCREEN, NEXTION_TFT) // PATCH: knutwurst
#define IS_EXTUI 1
#define EXTENSIBLE_UI
#endif