Skip to content

Commit c88842b

Browse files
committed
gui_daemon: change ani7.gif comment
1 parent c96f522 commit c88842b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/src/user/gui_daemon.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ static const uint8_t *img_file_ptr[][2] = {
2222
{ani4_96x64_gif_ptr, ani4_96x64_gif_end}, // "PowerOff"
2323
{ani5_96x64_gif_ptr, ani5_96x64_gif_end}, // "Clock"
2424
{ani6_96x64_gif_ptr, ani6_96x64_gif_end}, // "Error"
25-
{ani7_96x64_gif_ptr, ani7_96x64_gif_end}, // "Fail"
25+
{ani7_96x64_gif_ptr, ani7_96x64_gif_end}, // "Config"
2626
{ani8_96x64_gif_ptr, ani8_96x64_gif_end} // "Updating"
2727
#elif defined(CONFIG_SCREEN_PANEL_ST7735)
2828
{ani0_160x80_gif_ptr, ani0_160x80_gif_end}, // "WiFi"
@@ -32,7 +32,7 @@ static const uint8_t *img_file_ptr[][2] = {
3232
{ani4_160x80_gif_ptr, ani4_160x80_gif_end}, // "PowerOff"
3333
{ani5_160x80_gif_ptr, ani5_160x80_gif_end}, // "Clock"
3434
{ani6_160x80_gif_ptr, ani6_160x80_gif_end}, // "Error"
35-
{ani7_160x80_gif_ptr, ani7_160x80_gif_end}, // "Fail"
35+
{ani7_160x80_gif_ptr, ani7_160x80_gif_end}, // "Config"
3636
{ani8_160x80_gif_ptr, ani8_160x80_gif_end} // "Updating"
3737
#endif
3838
};

0 commit comments

Comments
 (0)