Update TODO_MINOR.md

This commit is contained in:
Gabor Kiss-Vamosi
2017-10-03 11:37:13 +02:00
committed by GitHub
parent 0afd6cee46
commit 1544f6b6ed
+2 -1
View File
@@ -12,6 +12,7 @@ Here are ideas which are not assigned to a minor version yet:
- automatically build GUI from file (e.g. XML, JSON or HTML)
## v4.3 (in progress)
- [x] UTF-8 support
- [ ] lv_split: new object type, a hor. or ver. line for decoration purpose
- [ ] lv_valset: new object type, a label with "+" and "-" buttons
- [ ] lv_tabview: new object type to organise content with tabs
@@ -19,7 +20,7 @@ Here are ideas which are not assigned to a minor version yet:
- [ ] lv_roller: new object type, a roller to select a value (like on smartphones)
- [x] lv_kb: new object type, Keyboard
- [x] lv_btnm: lv_btnm_set_tgl() to toggle last button
- [ ] lv_ta: cursor types
- [x] lv_ta: cursor types
## 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)