custom fonts and further UI reworks
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user