v0.9.260
This commit is contained in:
@@ -229,6 +229,9 @@ Work is in progress...
|
|||||||
|
|
||||||
---
|
---
|
||||||
## Version history
|
## Version history
|
||||||
|
#### v0.9.260
|
||||||
|
- fixed date display bug for ILI9488/ILI9486 displays
|
||||||
|
|
||||||
#### v0.9.259
|
#### v0.9.259
|
||||||
- fixed a hang bug when switching to SD mode after removing the SD
|
- fixed a hang bug when switching to SD mode after removing the SD
|
||||||
- fixed a hangup error when the connection to the stream was lost in WEB mode
|
- fixed a hangup error when the connection to the stream was lost in WEB mode
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#ifndef options_h
|
#ifndef options_h
|
||||||
#define options_h
|
#define options_h
|
||||||
|
|
||||||
#define YOVERSION "0.9.259"
|
#define YOVERSION "0.9.260"
|
||||||
|
|
||||||
/*******************************************************
|
/*******************************************************
|
||||||
DO NOT EDIT THIS FILE.
|
DO NOT EDIT THIS FILE.
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ void DspCore::_clockSeconds(){
|
|||||||
|
|
||||||
void DspCore::_clockDate(){
|
void DspCore::_clockDate(){
|
||||||
if(_olddateleft>0)
|
if(_olddateleft>0)
|
||||||
dsp.fillRect(_olddateleft, clockTop+10, _olddatewidth, CHARHEIGHT, config.theme.background);
|
dsp.fillRect(_olddateleft, clockTop+14, _olddatewidth, CHARHEIGHT*2, config.theme.background);
|
||||||
setTextColor(config.theme.date, config.theme.background);
|
setTextColor(config.theme.date, config.theme.background);
|
||||||
setCursor(_dateleft, clockTop+15);
|
setCursor(_dateleft, clockTop+15);
|
||||||
setTextSize(2);
|
setTextSize(2);
|
||||||
|
|||||||
Reference in New Issue
Block a user