This commit is contained in:
e2002
2023-06-16 15:33:57 +03:00
parent b2a4eb8707
commit 775538ae8b
3 changed files with 5 additions and 2 deletions

View File

@@ -229,6 +229,9 @@ Work is in progress...
---
## Version history
#### v0.9.260
- fixed date display bug for ILI9488/ILI9486 displays
#### v0.9.259
- 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

View File

@@ -1,7 +1,7 @@
#ifndef options_h
#define options_h
#define YOVERSION "0.9.259"
#define YOVERSION "0.9.260"
/*******************************************************
DO NOT EDIT THIS FILE.

View File

@@ -103,7 +103,7 @@ void DspCore::_clockSeconds(){
void DspCore::_clockDate(){
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);
setCursor(_dateleft, clockTop+15);
setTextSize(2);