Update TODO_MAJOR.md

This commit is contained in:
Gabor Kiss-Vamosi
2017-11-05 15:49:47 +01:00
committed by GitHub
parent 9497090093
commit 27237acc88

View File

@@ -20,6 +20,7 @@ Please create an issue to suggest a new feature instead of adding pull request t
- [x] LV_LABEL_LONG_DOTS removed, use LV_LABEL_LONG_ROLL instead
- [x] *lv_list_set_element_text_roll()* removed.
- [x] *lv_ddlist_set_fix_height()* instead of *auto_size*
- [x] *lv_list_set_sb_out()* removed because now the scrollbar style can position the scrollbar
- [x] *lv_gauge* rework to make it more like line meter (remove background but add scale lines)
- [x] rename *lv_dispi_...* to *lv_indev_...*
- [x] *lv_dispi_t* removed from *lv_action_type_t*. Use lv_indev_act() instead