v0.9.711
This commit is contained in:
@@ -235,6 +235,9 @@ Work is in progress...
|
||||
|
||||
---
|
||||
## Version history
|
||||
#### v0.9.711
|
||||
- fixed compilation error for LCD displays #210
|
||||
|
||||
#### v0.9.710
|
||||
- rewritten ILI9225 display driver: now it supports framebuffer like the others and is more stable 👍🏻
|
||||
- fixed clock update bug when changing timezone in settings
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define options_h
|
||||
#pragma once
|
||||
|
||||
#define YOVERSION "0.9.710"
|
||||
#define YOVERSION "0.9.711"
|
||||
|
||||
/*******************************************************
|
||||
DO NOT EDIT THIS FILE.
|
||||
|
||||
@@ -800,7 +800,7 @@ void ClockWidget::_printClock(bool force){
|
||||
|
||||
void ClockWidget::_clearClock(){}
|
||||
|
||||
void ClockWidget::draw(){
|
||||
void ClockWidget::draw(bool force){
|
||||
if(!_active) return;
|
||||
_printClock(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user