Tidy ups and makefile update

This commit is contained in:
OneOfEleven
2023-09-14 09:56:30 +01:00
parent fe212140dd
commit 54711a5971
53 changed files with 1092 additions and 687 deletions

View File

@@ -244,7 +244,7 @@ const uint8_t BITMAP_TDR[] =
0b01111111
};
#ifndef DISABLE_VOICE
#ifdef ENABLE_VOICE
const uint8_t BITMAP_VoicePrompt[] =
{
0b00000000,
@@ -259,24 +259,26 @@ const uint8_t BITMAP_TDR[] =
};
#endif
const uint8_t BITMAP_FM[] =
{
0b00000000,
0b01111111,
0b00001001,
0b00001001,
0b00001001,
0b00000001,
#ifdef ENABLE_FMRADIO
const uint8_t BITMAP_FM[] =
{
0b00000000,
0b01111111,
0b00001001,
0b00001001,
0b00001001,
0b00000001,
0b00000000,
0b01111111,
0b00000010,
0b00001100,
0b00000010,
0b01111111
};
#endif
0b00000000,
0b01111111,
0b00000010,
0b00001100,
0b00000010,
0b01111111
};
#ifndef DISABLE_NOAA
#ifdef ENABLE_NOAA
const uint8_t BITMAP_NOAA[] =
{
0b00000000,