0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 14:48:03 +03:00

Update main.c

in string is issue
This commit is contained in:
Romashca
2023-10-12 07:48:51 +03:00
committed by GitHub
parent 5755a92daa
commit 93985fc68c

View File

@ -85,8 +85,7 @@ center_line_t center_line = CENTER_LINE_NONE;
memset(p_line, 0, LCD_WIDTH); memset(p_line, 0, LCD_WIDTH);
sprintf(s, "TX %u", secs); sprintf(s, "TX %u", secs);
UI_PrintStringSmallBold(s, 2, 0, line); UI_PrintStringSmallBold(s, 2, 0, line); // issue UI_PrintStringSmallBold //UI_PrintStringSmall(s, 2, 0, line);
#if 1 #if 1
// solid bar // solid bar
for (i = 0; i < bar_width; i++) for (i = 0; i < bar_width; i++)