scroll triggers properly on red background
This commit is contained in:
parent
46da573715
commit
4bf3f4d1e0
5 changed files with 25 additions and 10 deletions
|
|
@ -170,6 +170,7 @@ class WeatherDisplay {
|
|||
// clean up the first-run flag in screen index
|
||||
if (this.screenIndex < 0) this.screenIndex = 0;
|
||||
if (this.okToDrawCurrentDateTime) this.drawCurrentDateTime();
|
||||
if (this.okToDrawCurrentConditions) postMessage({ type: 'current-weather-scroll', method: 'start' });
|
||||
}
|
||||
|
||||
finishDraw() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue