v0.9.143
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user