Small / Large Boot Screen option for TFT_COLOR_UI (#20578)

This commit is contained in:
Keith Bennett
2020-12-27 19:10:53 -08:00
committed by GitHub
parent 91c350e793
commit cfcfc8047a
5 changed files with 31 additions and 13 deletions

View File

@ -44,7 +44,7 @@ void menu_item(const uint8_t row, bool sel = false);
#define ABSOLUTE_ZERO -273.15
const tImage Images[imgCount] = {
MarlinLogo320x240x16,
TERN(BOOT_MARLIN_LOGO_SMALL, MarlinLogo195x59x16, MarlinLogo320x240x16),
HotEnd_64x64x4,
Bed_64x64x4,
Bed_Heated_64x64x4,