Apply SHOW_BOOTSCREEN to TFT_COLOR_UI (#20586)
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "stdint.h"
|
||||
|
||||
#include "../../inc/MarlinConfigPre.h"
|
||||
|
||||
extern const uint8_t marlin_logo_112x38x1[];
|
||||
extern const uint8_t marlin_logo_228x255x2[];
|
||||
@@ -120,12 +120,14 @@ typedef struct __attribute__((__packed__)) {
|
||||
|
||||
extern const tImage NoLogo;
|
||||
|
||||
extern const tImage MarlinLogo112x38x1;
|
||||
extern const tImage MarlinLogo228x255x2;
|
||||
extern const tImage MarlinLogo228x255x4;
|
||||
extern const tImage MarlinLogo195x59x16;
|
||||
extern const tImage MarlinLogo320x240x16;
|
||||
extern const tImage MarlinLogo480x320x16;
|
||||
#if ENABLED(SHOW_BOOTSCREEN)
|
||||
extern const tImage MarlinLogo112x38x1;
|
||||
extern const tImage MarlinLogo228x255x2;
|
||||
extern const tImage MarlinLogo228x255x4;
|
||||
extern const tImage MarlinLogo195x59x16;
|
||||
extern const tImage MarlinLogo320x240x16;
|
||||
extern const tImage MarlinLogo480x320x16;
|
||||
#endif
|
||||
extern const tImage Background320x30x16;
|
||||
|
||||
extern const tImage HotEnd_64x64x4;
|
||||
|
||||
Reference in New Issue
Block a user