Prepare choice between broadcast and bandscope

This commit is contained in:
Armel FAUVEAU
2024-05-17 05:08:29 +02:00
parent 1cfad1f92b
commit bbf1d4cb54
4 changed files with 29 additions and 4 deletions

4
font.c
View File

@@ -483,7 +483,7 @@ const uint8_t gFontSmall[95-1][6] =
};
#endif
#ifdef ENABLE_SPECTRUM
//#ifdef ENABLE_SPECTRUM
const uint8_t gFont3x5[][3] =
{
{0x00, 0x00, 0x00}, // 32 - space
@@ -651,4 +651,4 @@ const uint8_t gFontSmall[95-1][6] =
// {0x03, 0x0b, 0x18}, // 190 - threequarters
// {0x18, 0x15, 0x10}, // 191 - questiondown
};
#endif
//#endif