This commit is contained in:
e2002
2023-03-29 20:38:49 +03:00
parent 9435191126
commit d001d998f1
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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;