Skip to content

Commit

Permalink
Fix "Updating Icons" text (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and guruathwal committed Apr 28, 2020
1 parent 21f9d18 commit e05045a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TFT/src/User/API/boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ void updateIcon(void)
dispIconFail((u8 *)(BMP_ROOT_DIR "/Logo.bmp"));
}

GUI_Clear(lcd_colors[infoSettings.bg_color]);
GUI_DispString(5, PADDING, (u8 *)"Updating Logo");
GUI_Clear(BACKGROUND_COLOR);
GUI_DispString(5, PADDING, (u8 *)"Updating Icons");

for (int i = 0; i < COUNT(iconBmpName); i++)
{
Expand Down

0 comments on commit e05045a

Please sign in to comment.