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

@@ -44,19 +44,6 @@ const uint8_t gFontKeyLock[9] =
0x7c, 0x46, 0x45, 0x45, 0x45, 0x45, 0x45, 0x46, 0x7c
};
const uint8_t gFontLight[9] =
{
0b00001100,
0b00010010,
0b00100001,
0b01101101,
0b01111001,
0b01101101,
0b00100001,
0b00010010,
0b00001100,
};
const uint8_t gFontMute[12] =
{
0b00011100,
@@ -291,16 +278,6 @@ const uint8_t BITMAP_ScanListAll[19] =
0b01111111
};
const uint8_t BITMAP_compand[6] =
{
0b00000000,
0b00111100,
0b01000010,
0b01000010,
0b01000010,
0b00100100
};
/*
const uint8_t BITMAP_Ready[7] =
{