1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

add user_data to themes

This commit is contained in:
Gabor Kiss-Vamosi 2020-06-25 06:19:42 +02:00
parent 44a96df9fb
commit 710226c6db
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ Available in the `dev` branch
- DMA2D: Remove dependency on ST CubeMX HAL
- Added `max_used` propriety to `lv_mem_monitor_t` struct
- In `lv_init` test if the the strings are UTF-8 encoded.
- Add `user_data` to themes
### Bugfixes
- `lv_img` fix invalidation area when angle or zoom changes

View File

@ -156,6 +156,7 @@ typedef struct _lv_theme_t {
const lv_font_t * font_subtitle;
const lv_font_t * font_title;
uint32_t flags;
lv_theme_user_data_t user_data;
} lv_theme_t;
/**********************