From afc3cba2a697c995807971b9def15cecc0a0add7 Mon Sep 17 00:00:00 2001 From: wu58430 Date: Mon, 4 Dec 2023 21:25:13 +0800 Subject: [PATCH] MDC RX --- main.c | 2 +- ui/menu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 40e54f1..a217946 100644 --- a/main.c +++ b/main.c @@ -139,7 +139,7 @@ void Main(void) // } // else // { - // UI_DisplayWelcome(); + UI_DisplayWelcome(); // if (gEeprom.POWER_ON_DISPLAY_MODE != POWER_ON_DISPLAY_MODE_NONE) diff --git a/ui/menu.c b/ui/menu.c index 0afe320..84c512a 100644 --- a/ui/menu.c +++ b/ui/menu.c @@ -718,7 +718,7 @@ void UI_DisplayMenu(void) { } else { // show the channel name being edited UI_PrintStringSmall(edit, menu_item_x1, 0, 3); 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