Sanity check for custom boot / status bitmaps
This commit is contained in:
parent
3cdd2591ed
commit
7450b7c36e
@ -348,6 +348,13 @@ static_assert(X_MAX_LENGTH >= X_BED_SIZE && Y_MAX_LENGTH >= Y_BED_SIZE,
|
|||||||
#error "LCD_SET_PROGRESS_MANUALLY requires LCD_PROGRESS_BAR or Graphical LCD."
|
#error "LCD_SET_PROGRESS_MANUALLY requires LCD_PROGRESS_BAR or Graphical LCD."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Custom Boot and Status screens
|
||||||
|
*/
|
||||||
|
#if DISABLED(DOGLCD) && (ENABLED(SHOW_CUSTOM_BOOTSCREEN) || ENABLED(CUSTOM_STATUS_SCREEN_IMAGE))
|
||||||
|
#error "Graphical LCD is required for SHOW_CUSTOM_BOOTSCREEN and CUSTOM_STATUS_SCREEN_IMAGE."
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SD File Sorting
|
* SD File Sorting
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user