🔧 HAS_LCDPRINT conditional

This commit is contained in:
Scott Lahteine
2022-02-13 12:55:00 -06:00
parent cda4682861
commit cf013a7f3e
3 changed files with 7 additions and 3 deletions

View File

@@ -517,6 +517,10 @@
#define HAS_DISPLAY 1
#endif
#if HAS_WIRED_LCD && !HAS_GRAPHICAL_TFT && !IS_DWIN_MARLINUI
#define HAS_LCDPRINT 1
#endif
#if ANY(HAS_DISPLAY, HAS_DWIN_E3V2, GLOBAL_STATUS_MESSAGE)
#define HAS_STATUS_MESSAGE 1
#endif