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

Update TODO_MINOR.md

This commit is contained in:
Gabor Kiss-Vamosi 2017-11-05 01:05:09 +01:00 committed by GitHub
parent a256f58de1
commit 8175e4e723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,6 @@ Please create an issue to suggest a new feature instead of adding pull request t
## Ideas ## Ideas
Here are ideas which are not assigned to a minor version yet: Here are ideas which are not assigned to a minor version yet:
- label: add a horzintal line (e.g. underline or line through). - label: add a horzintal line (e.g. underline or line through).
- GUI remote control
- automatically build GUI from file (e.g. XML, JSON or HTML)
## v4.3 (in progress) ## v4.3 (in progress)
- [x] UTF-8 support - [x] UTF-8 support
@ -20,6 +18,7 @@ Here are ideas which are not assigned to a minor version yet:
- [x] lv_kb: new object type, Keyboard - [x] lv_kb: new object type, Keyboard
- [x] lv_btnm: lv_btnm_set_tgl() to toggle last button - [x] lv_btnm: lv_btnm_set_tgl() to toggle last button
- [x] lv_ta: cursor types - [x] lv_ta: cursor types
- [ ] add themes with predefined styles
## v4.2 (released at: 17.08.2017) ## v4.2 (released at: 17.08.2017)
- [x] Double VDB support: one for rendering, another to transfer former rendered image to frame buffer in the background (e.g. with DMA) [#15](https://github.com/littlevgl/lvgl/issues/15) - [x] Double VDB support: one for rendering, another to transfer former rendered image to frame buffer in the background (e.g. with DMA) [#15](https://github.com/littlevgl/lvgl/issues/15)