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

Menu pixel shift update

This commit is contained in:
OneOfEleven
2023-10-25 14:42:06 +01:00
parent c51a002905
commit f3cf9b755f
4 changed files with 2 additions and 2 deletions

View File

@ -783,7 +783,7 @@ void UI_DisplayMain(void)
UI_PrintStringSmallest(str, x, (line + 0) * 8, false, true);
}
}
x += (smallest_char_spacing * 4) - 1;
x += smallest_char_spacing * 4;
if (g_eeprom.vfo_info[vfo_num].compand)
UI_PrintStringSmallest("C", x, (line + 0) * 8, false, true);