Sanity-check LIGHTWEIGHT_UI, move comment up (#12630)
This commit is contained in:
committed by
Scott Lahteine
parent
55144284c2
commit
9a4a463ec4
@ -511,6 +511,13 @@ static_assert(X_MAX_LENGTH >= X_BED_SIZE && Y_MAX_LENGTH >= Y_BED_SIZE,
|
||||
#error "Graphical LCD is required for SHOW_CUSTOM_BOOTSCREEN and CUSTOM_STATUS_SCREEN_IMAGE."
|
||||
#endif
|
||||
|
||||
/**
|
||||
* LCD Lightweight Screen Style
|
||||
*/
|
||||
#if ENABLED(LIGHTWEIGHT_UI) && DISABLED(U8GLIB_ST7920)
|
||||
#error "LIGHTWEIGHT_UI requires a U8GLIB_ST7920-based display."
|
||||
#endif
|
||||
|
||||
/**
|
||||
* SD File Sorting
|
||||
*/
|
||||
|
Reference in New Issue
Block a user