GUI optimizations

This commit is contained in:
MCelliotG
2025-02-11 03:11:53 +02:00
committed by GitHub
parent 4af4161bf7
commit f1d070c1c9
2 changed files with 58 additions and 38 deletions
+21
View File
@@ -467,6 +467,27 @@ static const uint8_t TEFLogo[] PROGMEM = {
0x01, 0xfc, 0x00, 0x7f, 0xff, 0x3f, 0x80, 0x00
};
static const uint8_t AutoSQ[] PROGMEM = {
0x03, 0xf0, 0x00,
0x0f, 0xfc, 0x00,
0x1f, 0x3e, 0x00,
0x38, 0x07, 0x00,
0xf0, 0xc3, 0x80,
0xe1, 0xc1, 0x80,
0xf1, 0xe1, 0xc0,
0xf3, 0x60, 0xc0,
0x03, 0x30, 0x00,
0x03, 0xf0, 0x00,
0x47, 0xf3, 0x80,
0xe6, 0x1b, 0xc0,
0x64, 0x19, 0xc0,
0x70, 0x03, 0xc0,
0x38, 0x07, 0x40,
0x1e, 0x1e, 0x00,
0x0f, 0xfc, 0x00,
0x03, 0xf0, 0x00
};
static const uint8_t RDSLogo[] PROGMEM = {
0x01, 0xf8, 0x0f, 0xe0, 0x00,
0x07, 0x80, 0x30, 0x18, 0x00,