Move E on second line

This commit is contained in:
Armel FAUVEAU
2024-08-08 03:39:10 +02:00
parent 2c35b72b9f
commit 8ad31766d9

View File

@@ -903,8 +903,6 @@ void UI_DisplayMain(void)
uint8_t countList = 0; uint8_t countList = 0;
uint8_t shiftList = 0; uint8_t shiftList = 0;
if(gMR_ChannelExclude[gEeprom.ScreenChannel[vfo_num]] == false)
{
// show the scan list assigment symbols // show the scan list assigment symbols
const ChannelAttributes_t att = gMR_ChannelAttributes[gEeprom.ScreenChannel[vfo_num]]; const ChannelAttributes_t att = gMR_ChannelAttributes[gEeprom.ScreenChannel[vfo_num]];
@@ -933,10 +931,10 @@ void UI_DisplayMain(void)
memcpy(p_line0 + 127 - (shiftList * 6), BITMAP_ScanList3, sizeof(BITMAP_ScanList3)); memcpy(p_line0 + 127 - (shiftList * 6), BITMAP_ScanList3, sizeof(BITMAP_ScanList3));
} }
} }
}
else if(gMR_ChannelExclude[gEeprom.ScreenChannel[vfo_num]] == true)
{ {
memcpy(p_line0 + 127 - (1 * 6), BITMAP_ScanListE, sizeof(BITMAP_ScanListE)); memcpy(p_line0 + (2 * 127) + 1 - 6, BITMAP_ScanListE, sizeof(BITMAP_ScanListE));
} }
/* /*