0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 06:39:49 +03:00

Scanlist update

This commit is contained in:
OneOfEleven
2023-10-04 18:54:26 +01:00
parent 429ac36ffe
commit b26b1fab95
7 changed files with 38 additions and 31 deletions

View File

@ -96,10 +96,13 @@ void UI_DisplayStatus(const bool test_display)
// SCAN indicator
if (gScanState != SCAN_OFF || gScreenToDisplay == DISPLAY_SCANNER || test_display)
{
memmove(line + x, BITMAP_SC, sizeof(BITMAP_SC));
x1 = x + sizeof(BITMAP_SC);
if (gEeprom.SCAN_LIST_DEFAULT == 0)
memmove(line + x, BITMAP_SC1, sizeof(BITMAP_SC1));
else
memmove(line + x, BITMAP_SC2, sizeof(BITMAP_SC2));
x1 = x + sizeof(BITMAP_SC1);
}
x += sizeof(BITMAP_SC);
x += sizeof(BITMAP_SC1);
#ifdef ENABLE_VOICE
// VOICE indicator