weather: Colorize forecast temperatures

This commit is contained in:
Victor Kareh
2024-02-02 16:54:40 -05:00
committed by JF
parent f422929d8c
commit 1857b02efa
2 changed files with 48 additions and 10 deletions

View File

@@ -729,7 +729,9 @@ typedef void* lv_obj_user_data_t;
#define LV_USE_TABLE 1
#if LV_USE_TABLE
#define LV_TABLE_COL_MAX 12
#define LV_TABLE_CELL_STYLE_CNT 5
#define LV_TABLE_CELL_STYLE_CNT 6
#define LV_TABLE_PART_CELL5 5
#define LV_TABLE_PART_CELL6 6
#endif