Update ROADMAP.md

This commit is contained in:
Gabor Kiss-Vamosi
2020-09-08 14:47:56 +02:00
committed by GitHub
parent 8b7ffccd64
commit a2685363e8

View File

@@ -4,9 +4,6 @@ This is a summary for thenew fatures of the major releases and a collection of i
This list indicates only the current intention and can be changed.
## v8.1
- Add radio button widget
## v8
Planned to September/October 2020
- New scrolling:
@@ -24,11 +21,14 @@ Planned to September/October 2020
- Work in progress
- Simplified File system interface ([feat/new_fs_api](https://github.com/lvgl/lvgl/tree/feat/new-fs-api) branch) to make porting easier
- Work in progress
- RGB888 support [#1722](https://github.com/lvgl/lvgl/issues/1722)
- Remove the align parameter from `lv_canvas_draw_text`
## v8.1
- Add radio button widget
## v9
- Simplify `group`s. Discussion is [here](https://forum.lvgl.io/t/lv-group-tabindex/2927/3).7
- RGB888 support [#1722](https://github.com/lvgl/lvgl/issues/1722)
- Unit testing (gtest?). See [#1658](https://github.com/lvgl/lvgl/issues/1658)
- Benchmarking (gem5?). See [#1660](https://github.com/lvgl/lvgl/issues/1660)