Commit Graph
11 Commits
Author SHA1 Message Date
stefankoelle debec81c48 added license 2026-08-04 19:01:20 +02:00
stefankoelle 142c72f267 weather text always textDim 2026-08-02 21:43:01 +02:00
stefankoelle 2afc3cf544 calender UI final 2026-08-02 21:41:16 +02:00
stefankoelle c60d7ead85 weather UI final 2026-08-02 21:35:05 +02:00
stefankoelle 2cff48a2ac feat: add data manager system for background weather/calendar fetching 2026-08-02 21:20:25 +02:00
stefankoelle 1005b4434c more UI fixes 2026-08-02 15:01:55 +02:00
stefankoelle c09a5b6e36 weather UI update 2026-08-02 14:51:31 +02:00
stefankoelle c2947fa748 fix build 2026-08-02 14:42:11 +02:00
stefankoelle 8b2de7a54a fix weather UI 2026-08-02 14:38:18 +02:00
stefankoelle 7a99a84155 calender and weather UI updates 2026-08-02 14:29:00 +02:00
stefankoelle 592a615a5d Phase 5: detail screens (scrollable lists + back button) + main controller
- weather_detail: scrollable hourly forecast (time, temp, description,
  rain probability), data logic ported from old weather_detail_screen.cpp
- calendar_detail: scrollable list of all 10 events (summary + formatted
  date/all_day), ported from old calendar_detail_screen.cpp
- mvg: scrollable departures list (line badge U/S colored, destination,
  time/delay, cancellation), 1-minute refresh timer ported from old
  mvg_screen.cpp
- all three use back_button widget (fixed bottom-left)
- main.cpp: Screen controller, navigates between screens via callbacks,
  5-minute inactivity timeout -> home, per-screen tick() for refresh
2026-08-02 10:38:10 +02:00