scroll triggers properly on red background

This commit is contained in:
Matt Walsh 2025-06-02 14:48:53 -05:00
commit 4bf3f4d1e0
No known key found for this signature in database
5 changed files with 25 additions and 10 deletions

View file

@ -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() {