custom fonts and further UI reworks

This commit is contained in:
Mikkeli Matlock
2026-02-15 18:13:53 +09:00
parent 9ca0227214
commit 12dbbd8942
17 changed files with 7286 additions and 311 deletions

View File

@@ -24,9 +24,10 @@ void dashboard_ui_update_stats(const pi_stats_t *stats);
void dashboard_ui_update_local(float temp, float humidity, uint8_t battery);
/**
* Update time display. LVGL lock must be held by caller.
* Update clock and date display. LVGL lock must be held by caller.
* weekday: 0=Sun, 1=Mon, ..., 6=Sat
*/
void dashboard_ui_update_time(int h, int m, int s);
void dashboard_ui_update_time(int h, int m, int s, int year, int month, int day, int weekday);
/**
* Update connection status indicators. LVGL lock must be held by caller.