update calendar title bar

This commit is contained in:
Shuanglei Tao
2025-07-01 17:15:44 +08:00
parent 8c693e93d9
commit 390793928c
4 changed files with 27 additions and 18 deletions

View File

@@ -20,6 +20,7 @@ typedef struct {
uint32_t timestamp;
int8_t temperature;
float voltage;
char ssid[13];
} gui_data_t;
void DrawGUI(gui_data_t *data, buffer_callback draw, display_mode_t mode);