mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-27 11:43:43 +08:00
Update ROADMAP.md
This commit is contained in:
parent
965552e446
commit
a956b0bdba
@ -3,14 +3,14 @@
|
||||
## Planned for v9
|
||||
|
||||
### Naming and API
|
||||
- [ ] `lv_style_set_size()` should have separate width and height parameters
|
||||
- [x] `lv_style_set_size()` should have separate width and height parameters
|
||||
- [ ] `lv_img_set_src()` use "type-aware" parameter. See [here](https://github.com/lvgl/lvgl/tree/arch/img-decode-rework)
|
||||
- [ ] Rename `LV_IMG_CF_TRUE_COLOR_*` to `LV_IMG_CF_RGB/RGBA`etc
|
||||
- [ ] `angle` ->`rotation`, `zoom` -> `scale`
|
||||
- [ ] More consistent names:`remove/clear/delete/del`, `offset/ofs`, `add/create/register`, `id/idx/index`, `middle/mid/center`, `img/image`, `txt/text`, `opa/alpha`, `scr/screen`, `finished/complete/completed/ready`
|
||||
- [ ] Reconsider the use of `has`, `is`, `enable` "action" keywords
|
||||
- [ ] Update canvas API (https://github.com/lvgl/lvgl/issues/3393)
|
||||
- [ ] `LV_STYLE_PROP_INHERIT` -> `LV_STYLE_PROP_FLAG_INHERITABLE` [LINK](https://github.com/lvgl/lvgl/pull/3390#discussion_r885915769)
|
||||
- [x] `LV_STYLE_PROP_INHERIT` -> `LV_STYLE_PROP_FLAG_INHERITABLE` [LINK](https://github.com/lvgl/lvgl/pull/3390#discussion_r885915769)
|
||||
- [ ] Replace `disp_drv->direct_mode/full_refresh` with enum.
|
||||
- [ ] Consider flat directory structure. E.g. `extra/widgets` to `widgets`
|
||||
- [ ] Rename `disp_drv->monitor_cb` to `render_completed/finished/ready`
|
||||
|
Loading…
Reference in New Issue
Block a user