Font updates, i2s mod, add extra space in radiotext ticker

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-02-18 00:40:50 +01:00
parent c1a2a4557e
commit b8b54193d6
5 changed files with 8478 additions and 8507 deletions
+4 -2
View File
@@ -31,7 +31,9 @@ const unsigned char tuner_init_tab[] PROGMEM = {
7, 0x20, 0x4B, 0x01, 0x00, 0x00, 0x0F, 0xA0,
5, 0x20, 0x56, 0x01, 0x03, 0x84,
7, 0x30, 0x15, 0x01, 0x00, 0x80, 0x00, 0x01,
13, 0x30, 0x16, 0x01, 0x00, 0x20, 0x00, 0x01, 0x00, 0x10, 0x00, 0x00, 0x12, 0xc0
13, 0x30, 0x16, 0x01, 0x00, 0x20, 0x00, 0x01, 0x00, 0x10, 0x00, 0x00, 0x12, 0xc0,
13, 0x30, 0x16, 0x01, 0x00, 0x21, 0x00, 0x02, 0x00, 0x20, 0x01, 0x00, 0x12, 0xC0,
7, 0x30, 0x0D, 0x01, 0x00, 0x11, 0x00, 0xF0
};
const unsigned char tuner_init_tab4000[] PROGMEM = {
@@ -116,7 +118,7 @@ void Tuner_Reset(void) {
Wire.write(0x01);
Wire.write(0x5a);
Wire.write(0x5a);
Wire.endTransmission();
Wire.endTransmission();
}
void Tuner_Patch(byte TEF) {