Remove some stuff to make space
All checks were successful
Build Firmware / build (push) Successful in 32s

This commit is contained in:
2025-03-31 22:00:54 +02:00
parent f1904e03fe
commit 0ea8767a8b
6 changed files with 16 additions and 61 deletions

View File

@@ -775,9 +775,7 @@ void UI_DisplayMain(void) {
// compander symbol
#ifndef ENABLE_BIG_FREQ
const ChannelAttributes_t att = gMR_ChannelAttributes[gEeprom.ScreenChannel[vfo_num]];
if (att.compander)
memcpy(p_line0 + 120 + LCD_WIDTH, BITMAP_compand, sizeof(BITMAP_compand));
//const ChannelAttributes_t att = gMR_ChannelAttributes[gEeprom.ScreenChannel[vfo_num]];
#else
// TODO: // find somewhere else to put the symbol
#endif
@@ -875,13 +873,7 @@ void UI_DisplayMain(void) {
}
// show the channel symbols
const ChannelAttributes_t att = gMR_ChannelAttributes[gEeprom.ScreenChannel[vfo_num]];
if (att.compander)
#ifdef ENABLE_BIG_FREQ
memcpy(p_line0 + 120, BITMAP_compand, sizeof(BITMAP_compand));
#else
memcpy(p_line0 + 120 + LCD_WIDTH, BITMAP_compand, sizeof(BITMAP_compand));
#endif
//const ChannelAttributes_t att = gMR_ChannelAttributes[gEeprom.ScreenChannel[vfo_num]];
}
}