mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
chore: update ROADMAP.rst
This commit is contained in:
parent
535a4896e4
commit
17ab0518c7
@ -21,7 +21,7 @@ Naming and API
|
|||||||
`LINK <https://github.com/lvgl/lvgl/pull/3390#discussion_r885915769>`__
|
`LINK <https://github.com/lvgl/lvgl/pull/3390#discussion_r885915769>`__
|
||||||
- |check| Replace `disp_drv->direct_mode/full_refresh` with enum.
|
- |check| Replace `disp_drv->direct_mode/full_refresh` with enum.
|
||||||
- |check| Consider flat directory structure. E.g. `extra/widgets` to `widgets`
|
- |check| Consider flat directory structure. E.g. `extra/widgets` to `widgets`
|
||||||
- |uncheck| Use `uint32_t` and `int32_t` in APIs where possible. Consider hardcoding `int32_t` as `int32_t`.
|
- |check| Use `uint32_t` and `int32_t` in APIs where possible. Consider hardcoding `int32_t` as `int32_t`.
|
||||||
- |check| To define a new stdlib API use defines `LV_USE_CUSTOM_...` and
|
- |check| To define a new stdlib API use defines `LV_USE_CUSTOM_...` and
|
||||||
let the user implement `lv_...` functions somewhere (instead of defining the name of the custom functions)
|
let the user implement `lv_...` functions somewhere (instead of defining the name of the custom functions)
|
||||||
(see `here <https://github.com/lvgl/lvgl/issues/3481#issuecomment-1206434501>`__)
|
(see `here <https://github.com/lvgl/lvgl/issues/3481#issuecomment-1206434501>`__)
|
||||||
@ -59,7 +59,7 @@ Architecture
|
|||||||
Styles
|
Styles
|
||||||
~~~~~~
|
~~~~~~
|
||||||
|
|
||||||
- |uncheck| Make `style_bg_img` support `9patch` images
|
- |uncheck| Make `style_bg_img` `LV_PART_BACKGROUNG`
|
||||||
- |check| non-uniform scale of images: scale width and height differently
|
- |check| non-uniform scale of images: scale width and height differently
|
||||||
- |uncheck| Scroll anim settings should come from styles to allow customization
|
- |uncheck| Scroll anim settings should come from styles to allow customization
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user