Sanity-check LIGHTWEIGHT_UI, move comment up (#12630)

This commit is contained in:
Dave Johnson
2018-12-12 14:59:20 -08:00
committed by Scott Lahteine
parent 55144284c2
commit 9a4a463ec4
63 changed files with 751 additions and 744 deletions

View File

@ -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
*/