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:
parent
44a96df9fb
commit
710226c6db
@ -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
|
||||
|
@ -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;
|
||||
|
||||
/**********************
|
||||
|
Loading…
x
Reference in New Issue
Block a user