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

Updated TX audio bar

This commit is contained in:
OneOfEleven
2023-10-11 23:07:58 +01:00
parent 04f9262635
commit a4bb69a306
10 changed files with 95 additions and 76 deletions

View File

@ -86,9 +86,9 @@ void UI_DisplayFM(void)
}
else
if (!g_fm_auto_scan)
strcpy(String, "M-SCAN");
strcpy(String, "FREQ SCAN");
else
sprintf(String, "A-SCAN %u", 1 + g_fm_channel_position);
sprintf(String, "A-SCAN %2u", 1 + g_fm_channel_position);
}
UI_PrintString(String, 0, 127, 2, 10);