scroll triggers properly on red background

This commit is contained in:
Matt Walsh
2025-06-02 14:48:53 -05:00
parent 46da573715
commit 4bf3f4d1e0
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() {