Skip to content

Commit c1f9a1f

Browse files
change Draw_CenteredString, already is font8x16
1 parent 4390933 commit c1f9a1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Marlin/src/lcd/dwin/proui/dwin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,7 @@ void HMI_Init() {
13431343
#define BOOTSCREEN_TIMEOUT 1100
13441344
#endif
13451345
DWINUI::Draw_Box(1, Color_Black, { 5, 220, DWIN_WIDTH - 5, DWINUI::fontHeight() });
1346-
DWINUI::Draw_CenteredString(font8x16, Color_White, 220, F(MACHINE_NAME));
1346+
DWINUI::Draw_CenteredString(Color_White, 220, F(MACHINE_NAME));
13471347
for (uint16_t t = 15; t <= 257; t += 11) {
13481348
DWINUI::Draw_Icon(ICON_Bar, 15, 260);
13491349
DWIN_Draw_Rectangle(1, HMI_data.Background_Color, t, 260, 257, 280);

0 commit comments

Comments
 (0)