diff --git a/yoRadio/src/core/options.h b/yoRadio/src/core/options.h index 1a2da0b..91c6821 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.142" +#define YOVERSION "0.9.143" /******************************************************* DO NOT EDIT THIS FILE. diff --git a/yoRadio/src/displays/displayN5110.cpp b/yoRadio/src/displays/displayN5110.cpp index c66eb05..ccdfd40 100644 --- a/yoRadio/src/displays/displayN5110.cpp +++ b/yoRadio/src/displays/displayN5110.cpp @@ -45,7 +45,7 @@ void DspCore::data(uint8_t c) { void DspCore::initDisplay() { begin(); - setReinitInterval(255); + setReinitInterval(0); config.theme.background = TFT_BG; config.theme.meta = TFT_FG; config.theme.clock = TFT_FG;