Fix: Calendar event flashing, display one event per cycle

This commit is contained in:
ChuckBuilds
2025-04-21 18:38:30 -05:00
parent 6328184cb3
commit fc4e0c2c6a
2 changed files with 11 additions and 3 deletions

View File

@@ -346,6 +346,8 @@ class DisplayController:
logger.info(f"Switching to: {self.current_display_mode}")
self.force_clear = True
self.last_switch = current_time
if self.current_display_mode != 'calendar' and self.calendar:
self.calendar.advance_event()
# Display current mode frame (only for non-live modes)
try: