Update ROADMAP.md

This commit is contained in:
Gabor Kiss-Vamosi 2022-12-13 13:24:48 +01:00 committed by GitHub
parent 31489239b0
commit 3916fdff10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@
- [ ] `lv_tabview` Replace button matrix with real buttons for more flexibility
- [ ] `lv_label` reconsider label long modes. (support min/max-width/height too) #3420
- [ ] Improve `lv_label_align_t` #1656
- [ ] Disabled widgets should absorb indev actions without sending events. [#3860](https://github.com/lvgl/lvgl/issues/3860)
### Drawing and rendering
- [ ] Allow selecting between the layered (new) and not layered (old) rendering.