0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 22:58:04 +03:00
This commit is contained in:
OneOfEleven
2023-11-09 05:59:50 +00:00
parent 5c17a33e3c
commit b704e7efa3
18 changed files with 164 additions and 120 deletions

View File

@ -60,7 +60,7 @@ void UI_DisplayAircopy(void)
const unsigned int x = 16;
NUMBER_ToDigits(g_rx_vfo->freq_config_rx.frequency, str);
UI_DisplayFrequency(str, x, 2, 0, 0);
UI_DisplayFrequencyBig(str, x, 2, 0, 0, 6);
// show the remaining 2 small frequency digits
#ifdef ENABLE_TRIM_TRAILING_ZEROS
@ -80,7 +80,7 @@ void UI_DisplayAircopy(void)
}
else
{ // user is entering a new frequency
UI_DisplayFrequency(g_input_box, 16, 2, 1, 0);
UI_DisplayFrequencyBig(g_input_box, 16, 2, 1, 0, 6);
}
// **********************************