Move screen for Color UI (#19386)
This commit is contained in:
@@ -39,6 +39,8 @@ extern const uint8_t fan0_64x64x4[], fan1_64x64x4[];
|
||||
extern const uint8_t fan_slow0_64x64x4[], fan_slow1_64x64x4[];
|
||||
extern const uint8_t fan_fast0_64x64x4[], fan_fast1_64x64x4[];
|
||||
extern const uint8_t sd_64x64x4[];
|
||||
extern const uint8_t home_64x64x4[];
|
||||
extern const uint8_t btn_rounded_64x52x4[];
|
||||
extern const uint8_t menu_64x64x4[];
|
||||
extern const uint8_t settings_64x64x4[];
|
||||
extern const uint8_t confirm_64x64x4[];
|
||||
@@ -90,6 +92,8 @@ enum MarlinImage : uint8_t {
|
||||
imgRefresh,
|
||||
imgLeveling,
|
||||
imgSlider,
|
||||
imgHome,
|
||||
imgBtn52Rounded,
|
||||
imgCount,
|
||||
noImage = imgCount,
|
||||
imgPageUp = imgLeft,
|
||||
@@ -136,6 +140,8 @@ extern const tImage Fan_Slow1_64x64x4;
|
||||
extern const tImage Fan_Fast0_64x64x4;
|
||||
extern const tImage Fan_Fast1_64x64x4;
|
||||
extern const tImage SD_64x64x4;
|
||||
extern const tImage Home_64x64x4;
|
||||
extern const tImage BtnRounded_64x52x4;
|
||||
extern const tImage Menu_64x64x4;
|
||||
extern const tImage Settings_64x64x4;
|
||||
extern const tImage Confirm_64x64x4;
|
||||
|
||||
Reference in New Issue
Block a user