KRATOS32 / K.32 board and LCD controllers (#21334)

This commit is contained in:
K.3D
2021-03-15 17:02:40 +01:00
committed by GitHub
parent c07f99d5e4
commit 1a23ffd776
8 changed files with 208 additions and 9 deletions

View File

@@ -2372,7 +2372,9 @@ static_assert(hbm[Z_AXIS] >= 0, "HOMING_BUMP_MM.Z must be greater than or equal
+ ENABLED(ULTIPANEL) \
+ ENABLED(ULTRA_LCD) \
+ ENABLED(YHCB2004) \
+ ENABLED(ZONESTAR_LCD)
+ ENABLED(ZONESTAR_LCD) \
+ ENABLED(K3D_FULL_GRAPHIC_SMART_CONTROLLER) \
+ ENABLED(K3D_242_OLED_CONTROLLER)
#error "Please select only one LCD controller option."
#endif