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
+1 -2
View File
@@ -7,8 +7,6 @@ Please create an issue to suggest a new feature instead of adding pull request t
## Ideas
Here are ideas which are not assigned to a minor version yet:
- 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)
- [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_btnm: lv_btnm_set_tgl() to toggle last button
- [x] lv_ta: cursor types
- [ ] add themes with predefined styles
## 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)