mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +00:00
MDC UI
This commit is contained in:
parent
5a74cf7f5b
commit
cfe20e5b86
1 changed files with 1 additions and 0 deletions
|
@ -700,6 +700,7 @@ void UI_DisplayMenu(void) {
|
|||
//}
|
||||
// else
|
||||
if(gIsInSubMenu){ // show the channel name being edited
|
||||
edit_index=0;
|
||||
UI_PrintStringSmall(edit, menu_item_x1, menu_item_x2, 3);
|
||||
if (edit_index < 4)
|
||||
UI_PrintStringSmall("^", menu_item_x1+(((menu_item_x2 - menu_item_x1) - (28)) + 1) / 2 + (7 * edit_index), 0, 4); // show the cursor
|
||||
|
|
Loading…
Reference in a new issue