Remove scan list from screen in RO mode
This commit is contained in:
16
ui/main.c
16
ui/main.c
@@ -899,6 +899,9 @@ void UI_DisplayMain(void)
|
|||||||
if (IS_MR_CHANNEL(gEeprom.ScreenChannel[vfo_num]))
|
if (IS_MR_CHANNEL(gEeprom.ScreenChannel[vfo_num]))
|
||||||
{ // it's a channel
|
{ // it's a channel
|
||||||
|
|
||||||
|
#ifdef ENABLE_FEAT_F4HWN_MENU_LOCK
|
||||||
|
if(gEeprom.MENU_LOCK == false) {
|
||||||
|
#endif
|
||||||
uint8_t countList = 0;
|
uint8_t countList = 0;
|
||||||
uint8_t shiftList = 0;
|
uint8_t shiftList = 0;
|
||||||
|
|
||||||
@@ -938,14 +941,11 @@ void UI_DisplayMain(void)
|
|||||||
memcpy(p_line0 + 127 - (1 * 6), BITMAP_ScanListE, sizeof(BITMAP_ScanListE));
|
memcpy(p_line0 + 127 - (1 * 6), BITMAP_ScanListE, sizeof(BITMAP_ScanListE));
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
#ifdef ENABLE_FEAT_F4HWN_MENU_LOCK
|
||||||
if (att.scanlist1)
|
{
|
||||||
memcpy(p_line0 + 107, BITMAP_ScanList1, sizeof(BITMAP_ScanList1));
|
}
|
||||||
if (att.scanlist2)
|
}
|
||||||
memcpy(p_line0 + 114, BITMAP_ScanList2, sizeof(BITMAP_ScanList2));
|
#endif
|
||||||
if (att.scanlist3)
|
|
||||||
memcpy(p_line0 + 121, BITMAP_ScanList3, sizeof(BITMAP_ScanList3));
|
|
||||||
*/
|
|
||||||
|
|
||||||
// compander symbol
|
// compander symbol
|
||||||
#ifndef ENABLE_BIG_FREQ
|
#ifndef ENABLE_BIG_FREQ
|
||||||
|
Reference in New Issue
Block a user