Overlord i2c LCD with LEDs and buzzer (#14801)

This commit is contained in:
Tim Moore
2019-08-02 04:19:45 -07:00
committed by Scott Lahteine
parent e1942715ce
commit 940c59d9da
125 changed files with 695 additions and 43 deletions

View File

@@ -1889,6 +1889,7 @@ static_assert(Y_MAX_LENGTH >= Y_BED_SIZE, "Movement bounds (Y_MIN_POS, Y_MAX_POS
+ ENABLED(MKS_12864OLED) \
+ ENABLED(MKS_12864OLED_SSD1306) \
+ ENABLED(U8GLIB_SH1106_EINSTART) \
+ ENABLED(OVERLORD_OLED) \
+ ENABLED(DGUS_LCD) \
+ ENABLED(MALYAN_LCD) \
+ ENABLED(FSMC_GRAPHICAL_TFT)