diff options
| author | Victor Kareh <vkareh@redhat.com> | 2024-02-02 16:54:40 -0500 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2024-02-18 12:57:48 +0100 |
| commit | 1857b02efa6607694849036eeba6f6c995f1b447 (patch) | |
| tree | ca3e5ef010bbd3fcc95c08897df5770f5a314b60 /src/libs | |
| parent | f422929d8cd0877c56e55d285f3ab3cc1223ea96 (diff) | |
weather: Colorize forecast temperatures
Diffstat (limited to 'src/libs')
| -rw-r--r-- | src/libs/lv_conf.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libs/lv_conf.h b/src/libs/lv_conf.h index e96778ec..c23647f2 100644 --- a/src/libs/lv_conf.h +++ b/src/libs/lv_conf.h @@ -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 |
