2017-07-30 13:32:59 +02:00
|
|
|
# TODOs for minor versions
|
|
|
|
Minor versions released when one or more new feature is addded without changing the API
|
|
|
|
|
2017-07-30 13:35:06 +02:00
|
|
|
## Contributing
|
2017-07-30 13:35:27 +02:00
|
|
|
Please create an issue to suggest a new feature instead of adding pull request to this file.
|
2017-07-30 13:35:06 +02:00
|
|
|
|
2017-07-30 13:32:59 +02:00
|
|
|
## Ideas
|
2017-07-30 13:35:06 +02:00
|
|
|
Here are ideas whish are not assigned to a minor version yet:
|
2017-07-30 13:32:59 +02:00
|
|
|
- label: add a horzintal line (e.g. underline or line through).
|
|
|
|
- label long mode: dot begin
|
|
|
|
- music player app
|
|
|
|
- files app update: show content as text
|
|
|
|
- controll GUI with serial port
|
|
|
|
- automatically build GUI from file (e.g. XML, JSON or HTML)
|
|
|
|
|
|
|
|
## v4.2
|
|
|
|
- [x] lv_group: to control without touch pad. Issue [#14](https://github.com/littlevgl/lvgl/issues/14)
|
|
|
|
- [x] lv_page: scrl def fit modification: hor:false, ver:true, and always set width to parent width
|
|
|
|
- [x] lv_btn: add lv_btn_get_..._action
|
|
|
|
- [x] lv_list: add lv_list_get_element_label/img
|
|
|
|
- [x] style animations add
|
|
|
|
- [ ] btnm: besides 0. byte (width dsc) 1. byte: hidden (\177, 0x7F, delete)
|