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-08-03 13:37:11 +02:00 committed by GitHub
parent c85295b5ea
commit a0e6f7f022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,4 +25,10 @@ Planned to September/October 2020
- See [#1656](https://github.com/lvgl/lvgl/issues/1656)
## Ideas
- ...
- Unit testing (gtest?). See [#1658](https://github.com/lvgl/lvgl/issues/1658)
- Benchmarking (gem5?). See [#1660](https://github.com/lvgl/lvgl/issues/1660)
- CPP binding. See [Forum](https://forum.lvgl.io/t/is-it-possible-to-officially-support-optional-cpp-api/2736)
- Optmize font decompression
- Switch to RGBA colors in styles
- Need coverage report for tests
- Need static analize (via coverity.io or somehing else).