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

Update ROADMAP.md

This commit is contained in:
Gabor Kiss-Vamosi 2020-10-13 12:55:43 +02:00 committed by GitHub
parent ddb4ae8685
commit 79433deeb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ Planned to September/October 2020
- Remove the copy paramter from create functions
## Ideas
- 9-patch support for `lv_imgbtn`.
- lv_mem_alloc_aligned(size, align)
- Text node. See [#1701](https://github.com/lvgl/lvgl/issues/1701#issuecomment-699479408)
- RGB888 support [#1722](https://github.com/lvgl/lvgl/issues/1722)