From 63d8d940ef89b3802383f3d34353f13511b5c47f Mon Sep 17 00:00:00 2001 From: e2002 Date: Mon, 13 Mar 2023 23:09:03 +0300 Subject: [PATCH] clockfont_mono_082 --- yoRadio/src/core/options.h | 4 +- yoRadio/src/displays/displayGC9106.cpp | 2 +- yoRadio/src/displays/displayILI9225.cpp | 2 +- yoRadio/src/displays/displaySSD1322.cpp | 2 +- yoRadio/src/displays/displaySSD1327.cpp | 2 +- yoRadio/src/displays/displayST7735.cpp | 2 +- .../src/displays/fonts/DS_DIGI28pt7b_mono.h | 6 +-- .../src/displays/fonts/DS_DIGI42pt7b_mono.h | 16 ++++---- .../src/displays/fonts/DS_DIGI56pt7b_mono.h | 40 +++++++++---------- yoRadio/src/displays/tools/oledcolorfix.h | 1 + 10 files changed, 39 insertions(+), 38 deletions(-) diff --git a/yoRadio/src/core/options.h b/yoRadio/src/core/options.h index f9460c7..daeef51 100644 --- a/yoRadio/src/core/options.h +++ b/yoRadio/src/core/options.h @@ -1,7 +1,7 @@ #ifndef options_h #define options_h -#define YOVERSION "0.9.070" +#define YOVERSION "0.9.082" /******************************************************* DO NOT EDIT THIS FILE. @@ -353,7 +353,7 @@ The connection tables are located here https://github.com/e2002/yoradio#connecti #define COLOR_CLOCK 231, 211, 90 #endif #ifndef COLOR_CLOCK_BG - #define COLOR_CLOCK_BG 27, 27, 27 + #define COLOR_CLOCK_BG 28, 28, 28 #endif #ifndef COLOR_SECONDS #define COLOR_SECONDS 231, 211, 90 diff --git a/yoRadio/src/displays/displayGC9106.cpp b/yoRadio/src/displays/displayGC9106.cpp index 04f00db..a2b08bc 100644 --- a/yoRadio/src/displays/displayGC9106.cpp +++ b/yoRadio/src/displays/displayGC9106.cpp @@ -130,7 +130,7 @@ void DspCore::printClock(uint16_t top, uint16_t rightspace, uint16_t timeheight, } void DspCore::clearClock(){ - dsp.fillRect(_timeleft, clockTop-clockTimeHeight, _timewidth+CHARWIDTH*3*2+24, clockTimeHeight+10+CHARHEIGHT, config.theme.background); + dsp.fillRect(_timeleft, clockTop-clockTimeHeight, _timewidth+CHARWIDTH*3*2+24, clockTimeHeight+11+CHARHEIGHT, config.theme.background); } void DspCore::startWrite(void) { diff --git a/yoRadio/src/displays/displayILI9225.cpp b/yoRadio/src/displays/displayILI9225.cpp index 1670f70..cb40bc8 100644 --- a/yoRadio/src/displays/displayILI9225.cpp +++ b/yoRadio/src/displays/displayILI9225.cpp @@ -227,7 +227,7 @@ void DspCore::printClock(uint16_t top, uint16_t rightspace, uint16_t timeheight, } void DspCore::clearClock(){ - fillRect(_timeleft, clockTop-clockTimeHeight, _timewidth+CHARWIDTH*3*2+24, clockTimeHeight+10+CHARHEIGHT, config.theme.background); + fillRect(_timeleft, clockTop-clockTimeHeight, _timewidth+CHARWIDTH*3*2+24, clockTimeHeight+11+CHARHEIGHT, config.theme.background); } void DspCore::startWrite(void) { diff --git a/yoRadio/src/displays/displaySSD1322.cpp b/yoRadio/src/displays/displaySSD1322.cpp index b253b01..69bf400 100644 --- a/yoRadio/src/displays/displaySSD1322.cpp +++ b/yoRadio/src/displays/displaySSD1322.cpp @@ -178,7 +178,7 @@ void DspCore::printClock(uint16_t top, uint16_t rightspace, uint16_t timeheight, } void DspCore::clearClock(){ - dsp.fillRect(_timeleft, clockTop-clockTimeHeight, _timewidth+2, clockTimeHeight, config.theme.background); + dsp.fillRect(_timeleft, clockTop-clockTimeHeight, _timewidth+2, clockTimeHeight+1, config.theme.background); } void DspCore::startWrite(void) { diff --git a/yoRadio/src/displays/displaySSD1327.cpp b/yoRadio/src/displays/displaySSD1327.cpp index d6ae85a..95f4183 100644 --- a/yoRadio/src/displays/displaySSD1327.cpp +++ b/yoRadio/src/displays/displaySSD1327.cpp @@ -159,7 +159,7 @@ void DspCore::printClock(uint16_t top, uint16_t rightspace, uint16_t timeheight, } void DspCore::clearClock(){ - dsp.fillRect(_timeleft, clockTop-clockTimeHeight, _timewidth, clockTimeHeight, config.theme.background); + dsp.fillRect(_timeleft, clockTop-clockTimeHeight, _timewidth, clockTimeHeight+1, config.theme.background); } void DspCore::startWrite(void) { } diff --git a/yoRadio/src/displays/displayST7735.cpp b/yoRadio/src/displays/displayST7735.cpp index 40d6620..313d9ca 100644 --- a/yoRadio/src/displays/displayST7735.cpp +++ b/yoRadio/src/displays/displayST7735.cpp @@ -136,7 +136,7 @@ void DspCore::printClock(uint16_t top, uint16_t rightspace, uint16_t timeheight, } void DspCore::clearClock(){ - dsp.fillRect(_timeleft, clockTop-clockTimeHeight, _timewidth, clockTimeHeight, config.theme.background); + dsp.fillRect(_timeleft, clockTop-clockTimeHeight, _timewidth, clockTimeHeight+1, config.theme.background); } void DspCore::startWrite(void) { diff --git a/yoRadio/src/displays/fonts/DS_DIGI28pt7b_mono.h b/yoRadio/src/displays/fonts/DS_DIGI28pt7b_mono.h index 5ea768b..5521f8e 100644 --- a/yoRadio/src/displays/fonts/DS_DIGI28pt7b_mono.h +++ b/yoRadio/src/displays/fonts/DS_DIGI28pt7b_mono.h @@ -21,7 +21,7 @@ const uint8_t DS_DIGI28pt7bBitmaps[] PROGMEM = { 0xFD, 0x3F, 0xFF, 0xB1, 0xFF, 0xF7, 0x00, 0x00, 0xF0, 0x00, 0x0F, 0x00, 0x00, 0xF0, 0x00, 0x0F, 0x00, 0x00, 0xF0, 0x00, 0x0F, 0x00, 0x00, 0xF0, 0x00, 0x0F, 0x00, 0x00, 0xF0, 0x00, 0x0F, 0x00, 0x00, 0xF0, 0x00, 0x07, - 0x0F, 0xFF, 0x21, 0xFF, 0xF8, 0x1F, 0xFF, 0xA0, 0xFF, 0xF7, 0x00, 0x00, + 0x1F, 0xFF, 0x23, 0xFF, 0xF8, 0x3F, 0xFF, 0xA1, 0xFF, 0xF7, 0x00, 0x00, 0xF0, 0x00, 0x0F, 0x00, 0x00, 0xF0, 0x00, 0x0F, 0x00, 0x00, 0xF0, 0x00, 0x0F, 0x00, 0x00, 0xF0, 0x00, 0x0F, 0x00, 0x00, 0xF0, 0x00, 0x0F, 0x00, 0x00, 0xF1, 0xFF, 0xF7, 0x3F, 0xFF, 0xB7, 0xFF, 0xFD, 0xFF, 0xFF, 0xE0, @@ -105,5 +105,5 @@ const GFXglyph DS_DIGI28pt7bGlyphs[] PROGMEM = { }; const GFXfont DS_DIGI28pt7b PROGMEM = { - (uint8_t *)DS_DIGI28pt7bBitmaps, - (GFXglyph *)DS_DIGI28pt7bGlyphs, 0x20, 0x3A, 55 }; + (uint8_t *)DS_DIGI28pt7bBitmaps, + (GFXglyph *)DS_DIGI28pt7bGlyphs, 0x20, 0x3A, 55 }; diff --git a/yoRadio/src/displays/fonts/DS_DIGI42pt7b_mono.h b/yoRadio/src/displays/fonts/DS_DIGI42pt7b_mono.h index 4429ff3..f6e6bbd 100644 --- a/yoRadio/src/displays/fonts/DS_DIGI42pt7b_mono.h +++ b/yoRadio/src/displays/fonts/DS_DIGI42pt7b_mono.h @@ -11,7 +11,7 @@ const uint8_t DS_DIGI42pt7bBitmaps[] PROGMEM = { 0x00, 0x00, 0x7F, 0xF8, 0x00, 0x00, 0xFF, 0xF0, 0x00, 0x01, 0xFF, 0xE0, 0x00, 0x03, 0xFF, 0xC0, 0x00, 0x07, 0xFF, 0x80, 0x00, 0x0F, 0xFE, 0x00, 0x00, 0x0F, 0xB8, 0x00, 0x00, 0x0E, 0x20, 0x00, 0x00, 0x08, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x47, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x4F, 0x00, 0x00, 0x01, 0xDF, 0x00, 0x00, 0x07, 0xFF, 0x00, 0x00, 0x1F, 0xFE, 0x00, 0x00, 0x3F, 0xFC, 0x00, 0x00, 0x7F, 0xF8, 0x00, 0x00, 0xFF, 0xF0, 0x00, 0x01, 0xFF, 0xE0, 0x00, 0x03, 0xFF, 0xC0, 0x00, 0x07, 0xFF, 0x80, 0x00, 0x0F, @@ -31,7 +31,7 @@ const uint8_t DS_DIGI42pt7bBitmaps[] PROGMEM = { 0x00, 0x00, 0x00, 0x7E, 0x00, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x01, 0xF8, 0x00, 0x00, 0x03, 0xF0, 0x00, 0x00, 0x07, 0xE0, 0x00, 0x00, 0x0F, 0xC0, 0x00, 0x00, 0x0F, 0x81, 0xFF, 0xFF, 0xCE, 0x07, 0xFF, 0xFF, 0xC8, 0x1F, - 0xFF, 0xFF, 0xC0, 0x3F, 0xFF, 0xFF, 0x81, 0x3F, 0xFF, 0xFE, 0x07, 0x3F, + 0xFF, 0xFF, 0xC0, 0x3F, 0xFF, 0xFF, 0x83, 0x3F, 0xFF, 0xFE, 0x0F, 0x3F, 0xFF, 0xF8, 0x1F, 0x00, 0x00, 0x00, 0x3F, 0x00, 0x00, 0x00, 0x7E, 0x00, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x01, 0xF8, 0x00, 0x00, 0x03, 0xF0, 0x00, 0x00, 0x07, 0xE0, 0x00, 0x00, 0x0F, 0xC0, 0x00, 0x00, 0x1F, 0x80, 0x00, @@ -98,7 +98,7 @@ const uint8_t DS_DIGI42pt7bBitmaps[] PROGMEM = { 0x01, 0xF8, 0x00, 0x00, 0x03, 0xF0, 0x00, 0x00, 0x07, 0xE0, 0x00, 0x00, 0x0F, 0xC0, 0x00, 0x00, 0x1F, 0x80, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x39, 0xFF, 0xFF, 0xC0, 0x27, 0xFF, 0xFF, 0xC0, 0x1F, 0xFF, 0xFF, 0xC0, - 0x3F, 0xFF, 0xFF, 0x81, 0x3F, 0xFF, 0xFE, 0x47, 0x3F, 0xFF, 0xF9, 0xDF, + 0x3F, 0xFF, 0xFF, 0x83, 0x3F, 0xFF, 0xFE, 0x4F, 0x3F, 0xFF, 0xF9, 0xDF, 0x00, 0x00, 0x07, 0xFF, 0x00, 0x00, 0x1F, 0xFE, 0x00, 0x00, 0x3F, 0xFC, 0x00, 0x00, 0x7F, 0xF8, 0x00, 0x00, 0xFF, 0xF0, 0x00, 0x01, 0xFF, 0xE0, 0x00, 0x03, 0xFF, 0xC0, 0x00, 0x07, 0xFF, 0x80, 0x00, 0x0F, 0xFF, 0x00, @@ -106,9 +106,9 @@ const uint8_t DS_DIGI42pt7bBitmaps[] PROGMEM = { 0x00, 0xFF, 0xF0, 0x00, 0x01, 0xFF, 0xE0, 0x00, 0x03, 0xFF, 0xC0, 0x00, 0x07, 0xFF, 0x80, 0x00, 0x0F, 0xFE, 0x7F, 0xFF, 0xCF, 0xF9, 0xFF, 0xFF, 0xCF, 0xE7, 0xFF, 0xFF, 0xCF, 0x9F, 0xFF, 0xFF, 0xCE, 0x7F, 0xFF, 0xFF, - 0xC9, 0xFF, 0xFF, 0xFF, 0xC0, 0x3F, 0xFF, 0xFF, 0xF0, 0x7F, 0xFF, 0xFF, - 0x90, 0xFF, 0xFF, 0xFC, 0xC1, 0xFF, 0xFF, 0xE7, 0x03, 0xFF, 0xFF, 0x3C, - 0x07, 0xFF, 0xF9, 0xF0, 0x00, 0x00, 0x0F, 0xC0, 0x00, 0x00, 0x3F, 0x00, + 0xC9, 0xFF, 0xFF, 0xFF, 0xC0, 0x7F, 0xFF, 0xFF, 0xF0, 0xFF, 0xFF, 0xFF, + 0x91, 0xFF, 0xFF, 0xFC, 0xC3, 0xFF, 0xFF, 0xE7, 0x07, 0xFF, 0xFF, 0x3C, + 0x0F, 0xFF, 0xF9, 0xF0, 0x00, 0x00, 0x0F, 0xC0, 0x00, 0x00, 0x3F, 0x00, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x03, 0xF0, 0x00, 0x00, 0x0F, 0xC0, 0x00, 0x00, 0x3F, 0x00, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x03, 0xF0, 0x00, 0x00, 0x0F, 0xC0, 0x00, 0x00, 0x3F, 0x00, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x03, @@ -193,7 +193,7 @@ const GFXglyph DS_DIGI42pt7bGlyphs[] PROGMEM = { }; const GFXfont DS_DIGI42pt7b PROGMEM = { - (uint8_t *)DS_DIGI42pt7bBitmaps, - (GFXglyph *)DS_DIGI42pt7bGlyphs, 0x20, 0x3A, 82 }; + (uint8_t *)DS_DIGI42pt7bBitmaps, + (GFXglyph *)DS_DIGI42pt7bGlyphs, 0x20, 0x3A, 82 }; // Approx. 3774 bytes diff --git a/yoRadio/src/displays/fonts/DS_DIGI56pt7b_mono.h b/yoRadio/src/displays/fonts/DS_DIGI56pt7b_mono.h index 3bcdb65..ba42515 100644 --- a/yoRadio/src/displays/fonts/DS_DIGI56pt7b_mono.h +++ b/yoRadio/src/displays/fonts/DS_DIGI56pt7b_mono.h @@ -42,12 +42,12 @@ const uint8_t DS_DIGI56pt7bBitmaps[] PROGMEM = { 0x00, 0x00, 0x07, 0xFF, 0xE0, 0x00, 0x00, 0x01, 0xFF, 0xF8, 0x00, 0x00, 0x00, 0x7F, 0xFE, 0x00, 0x00, 0x00, 0x1F, 0xFF, 0x80, 0x00, 0x00, 0x07, 0xFF, 0xE0, 0x00, 0x00, 0x01, 0xFF, 0xF8, 0x00, 0x00, 0x00, 0x7F, 0xFE, - 0x00, 0x00, 0x00, 0x1F, 0xFF, 0x00, 0x00, 0x00, 0x03, 0xFF, 0x80, 0x00, - 0x00, 0x00, 0x7D, 0xC0, 0x00, 0x00, 0x00, 0x0E, 0x20, 0x00, 0x00, 0x00, - 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x01, 0x1C, 0x00, - 0x00, 0x00, 0x00, 0xEF, 0x80, 0x00, 0x00, 0x00, 0x7F, 0xF0, 0x00, 0x00, - 0x00, 0x3F, 0xFE, 0x00, 0x00, 0x00, 0x1F, 0xFF, 0x80, 0x00, 0x00, 0x07, + 0x00, 0x00, 0x00, 0x1F, 0xFF, 0x80, 0x00, 0x00, 0x07, 0xFF, 0xC0, 0x00, + 0x00, 0x00, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x1F, 0x70, 0x00, 0x00, 0x00, + 0x03, 0x88, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, + 0x00, 0x00, 0x00, 0x47, 0x00, 0x00, 0x00, 0x00, 0x3B, 0xE0, 0x00, 0x00, + 0x00, 0x1F, 0xFC, 0x00, 0x00, 0x00, 0x0F, 0xFF, 0x80, 0x00, 0x00, 0x07, 0xFF, 0xE0, 0x00, 0x00, 0x01, 0xFF, 0xF8, 0x00, 0x00, 0x00, 0x7F, 0xFE, 0x00, 0x00, 0x00, 0x1F, 0xFF, 0x80, 0x00, 0x00, 0x07, 0xFF, 0xE0, 0x00, 0x00, 0x01, 0xFF, 0xF8, 0x00, 0x00, 0x00, 0x7F, 0xFE, 0x00, 0x00, 0x00, @@ -79,9 +79,9 @@ const uint8_t DS_DIGI56pt7bBitmaps[] PROGMEM = { 0x00, 0x00, 0x1F, 0xC0, 0x00, 0x00, 0x00, 0x07, 0xF0, 0x00, 0x00, 0x00, 0x01, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x1F, 0xC0, 0x00, 0x00, 0x00, 0x07, 0xF0, 0x00, 0x00, 0x00, 0x00, 0xFC, 0x07, - 0xFF, 0xFF, 0xFF, 0x1F, 0x03, 0xFF, 0xFF, 0xFF, 0xE3, 0x81, 0xFF, 0xFF, - 0xFF, 0xFC, 0x40, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0x1F, 0xFF, 0xFF, 0xFF, - 0xC0, 0x03, 0xFF, 0xFF, 0xFF, 0xE0, 0x08, 0x7F, 0xFF, 0xFF, 0xF0, 0x07, + 0xFF, 0xFF, 0xFF, 0x9F, 0x03, 0xFF, 0xFF, 0xFF, 0xF3, 0x81, 0xFF, 0xFF, + 0xFF, 0xFE, 0x40, 0xFF, 0xFF, 0xFF, 0xFF, 0xC0, 0x1F, 0xFF, 0xFF, 0xFF, + 0xE0, 0x03, 0xFF, 0xFF, 0xFF, 0xF0, 0x08, 0x7F, 0xFF, 0xFF, 0xF8, 0x07, 0x00, 0x00, 0x00, 0x00, 0x03, 0xE0, 0x00, 0x00, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x3F, 0x80, 0x00, 0x00, 0x00, 0x0F, 0xE0, 0x00, 0x00, 0x00, 0x03, 0xF8, 0x00, 0x00, 0x00, 0x00, 0xFE, 0x00, 0x00, 0x00, 0x00, @@ -109,9 +109,9 @@ const uint8_t DS_DIGI56pt7bBitmaps[] PROGMEM = { 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x3F, 0x07, - 0xFF, 0xFF, 0xFF, 0x1F, 0x0F, 0xFF, 0xFF, 0xFF, 0x8E, 0x1F, 0xFF, 0xFF, - 0xFF, 0xC4, 0x3F, 0xFF, 0xFF, 0xFF, 0xE0, 0x1F, 0xFF, 0xFF, 0xFF, 0xC0, - 0x0F, 0xFF, 0xFF, 0xFF, 0x80, 0x07, 0xFF, 0xFF, 0xFF, 0x04, 0x00, 0x00, + 0xFF, 0xFF, 0xFF, 0x9F, 0x0F, 0xFF, 0xFF, 0xFF, 0xCE, 0x1F, 0xFF, 0xFF, + 0xFF, 0xE4, 0x3F, 0xFF, 0xFF, 0xFF, 0xF0, 0x1F, 0xFF, 0xFF, 0xFF, 0xE0, + 0x0F, 0xFF, 0xFF, 0xFF, 0xC0, 0x07, 0xFF, 0xFF, 0xFF, 0x84, 0x00, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x3F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, @@ -158,7 +158,7 @@ const uint8_t DS_DIGI56pt7bBitmaps[] PROGMEM = { 0xFF, 0xFF, 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0x88, 0xFF, 0xFF, 0xFF, 0xFF, 0xC3, 0x1F, 0xFF, 0xFF, 0xFF, 0xE0, 0xE3, 0xFF, 0xFF, 0xFF, 0xF0, 0x3C, 0x7F, 0xFF, 0xFF, 0xF8, 0x0F, 0x8F, 0xFF, 0xFF, 0xFC, 0x03, - 0xF0, 0x00, 0x00, 0x00, 0x00, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x3F, 0x80, + 0xF0, 0x00, 0x00, 0x00, 0x00, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x3F, 0x80, 0x00, 0x00, 0x00, 0x0F, 0xE0, 0x00, 0x00, 0x00, 0x03, 0xF8, 0x00, 0x00, 0x00, 0x00, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x3F, 0x80, 0x00, 0x00, 0x00, 0x0F, 0xE0, 0x00, 0x00, 0x00, 0x03, 0xF8, 0x00, 0x00, 0x00, 0x00, 0xFE, @@ -228,12 +228,12 @@ const uint8_t DS_DIGI56pt7bBitmaps[] PROGMEM = { 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, - 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x3F, 0x00, 0x00, 0x00, - 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x04, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, - 0x0E, 0x00, 0x00, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x3F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, + 0x00, 0x3F, 0x00, 0x00, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x0E, + 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x04, 0x00, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x1F, 0x00, + 0x00, 0x00, 0x00, 0x3F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, @@ -344,7 +344,7 @@ const GFXglyph DS_DIGI56pt7bGlyphs[] PROGMEM = { }; const GFXfont DS_DIGI56pt7b PROGMEM = { - (uint8_t *)DS_DIGI56pt7bBitmaps, - (GFXglyph *)DS_DIGI56pt7bGlyphs, 0x20, 0x3A, 110 }; + (uint8_t *)DS_DIGI56pt7bBitmaps, + (GFXglyph *)DS_DIGI56pt7bGlyphs, 0x20, 0x3A, 110 }; // Approx. 6564 bytes diff --git a/yoRadio/src/displays/tools/oledcolorfix.h b/yoRadio/src/displays/tools/oledcolorfix.h index cfd9407..a7fb335 100644 --- a/yoRadio/src/displays/tools/oledcolorfix.h +++ b/yoRadio/src/displays/tools/oledcolorfix.h @@ -12,6 +12,7 @@ config.theme.metafill = TFT_BG; #endif config.theme.clock = TFT_FG; + config.theme.clockbg = TFT_BG; config.theme.weather = TFT_FG; config.theme.title1 = TFT_FG; config.theme.title2 = TFT_FG;