This commit is contained in:
wu58430 2023-12-04 21:25:13 +08:00
parent 1cef3afd94
commit afc3cba2a6
2 changed files with 2 additions and 2 deletions

2
main.c
View file

@ -139,7 +139,7 @@ void Main(void)
// } // }
// else // else
// { // {
// UI_DisplayWelcome(); UI_DisplayWelcome();
// if (gEeprom.POWER_ON_DISPLAY_MODE != POWER_ON_DISPLAY_MODE_NONE) // if (gEeprom.POWER_ON_DISPLAY_MODE != POWER_ON_DISPLAY_MODE_NONE)

View file

@ -718,7 +718,7 @@ void UI_DisplayMenu(void) {
} else { // show the channel name being edited } else { // show the channel name being edited
UI_PrintStringSmall(edit, menu_item_x1, 0, 3); UI_PrintStringSmall(edit, menu_item_x1, 0, 3);
if (edit_index < 10) if (edit_index < 10)
UI_PrintStringSmall("^", menu_item_x1 + (8 * edit_index), 0, 4); // show the cursor UI_PrintStringSmall("^", menu_item_x1 + (8 * edit_index)-8, 0, 4); // show the cursor
} }
if (!gAskForConfirmation) { // show the frequency so that the user knows the channels frequency if (!gAskForConfirmation) { // show the frequency so that the user knows the channels frequency