File tree Expand file tree Collapse file tree 3 files changed +554
-141
lines changed Expand file tree Collapse file tree 3 files changed +554
-141
lines changed Original file line number Diff line number Diff line change 168168 * Enable built-in fonts - only enable a minimal set
169169 */
170170#define LV_FONT_MONTSERRAT_8 0
171- #define LV_FONT_MONTSERRAT_10 0
171+ #define LV_FONT_MONTSERRAT_10 1 /* For smaller kW unit label */
172172#define LV_FONT_MONTSERRAT_12 1 /* For medium text, temperatures, and voltage labels */
173173#define LV_FONT_MONTSERRAT_14 1 /* Used as default font */
174174#define LV_FONT_MONTSERRAT_16 1 /* For battery percentage and power */
175175#define LV_FONT_MONTSERRAT_18 0
176- #define LV_FONT_MONTSERRAT_20 0
176+ #define LV_FONT_MONTSERRAT_20 1 /* For larger power display numbers */
177177#define LV_FONT_MONTSERRAT_22 0
178- #define LV_FONT_MONTSERRAT_24 1
178+ #define LV_FONT_MONTSERRAT_24 1 /* For larger power display numbers */
179179#define LV_FONT_MONTSERRAT_26 0
180180#define LV_FONT_MONTSERRAT_28 1
181181#define LV_FONT_MONTSERRAT_30 0
Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ void updateLvglMainScreen(
5858 unsigned int armedStartMillis
5959);
6060
61+ // Test function with simulated data for development/testing
62+ void updateLvglMainScreenWithTestData (const STR_DEVICE_DATA_140_V1 & deviceData );
63+
6164// Functions to control the loading overlay
6265void showLoadingOverlay ();
6366void hideLoadingOverlay ();
You can’t perform that action at this time.
0 commit comments