tm3d progress bar location

This commit is contained in:
InsanityAutomation
2021-11-13 09:44:49 -05:00
parent 49fd9bdb77
commit 3b7b4b48d8
+2 -2
View File
@@ -5449,8 +5449,8 @@ void MarlinUI::init() {
DWIN_UpdateLCD(); // Show bootscreen (first image)
Encoder_Configuration();
for (uint16_t t = 0; t <= 100; t += 2) {
DWIN_ICON_Show(ICON, ICON_Bar, 15, 260);
DWIN_Draw_Rectangle(1, Color_Bg_Black, 15 + t * 242 / 100, 260, 257, 280);
DWIN_ICON_Show(ICON, ICON_Bar, 15, 450);
DWIN_Draw_Rectangle(1, Color_Bg_Black, 15 + t * 242 / 100, 450, 257, 470);
DWIN_UpdateLCD();
delay(20);
}