From eb067af0987a8c98dc8df1efe26de3c93c22a89b Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 9 Oct 2017 08:31:52 +0200 Subject: [PATCH] Update TODO_MAJOR.md --- docs/TODO_MAJOR.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/TODO_MAJOR.md b/docs/TODO_MAJOR.md index ad888c81a..dddf6501a 100644 --- a/docs/TODO_MAJOR.md +++ b/docs/TODO_MAJOR.md @@ -17,7 +17,8 @@ Please create an issue to suggest a new feature instead of adding pull request t - [ ] define renames: e.g. *USE_LV_BTN* to *LV_BTN_USE* - [ ] Remove LV_DOWNSCALE (LV_ANTIALIAS will be used instead) - [ ] *lv_ta_get_txt* rename to *lv_ta_get_text* -- [ ] lv_btnm_set_styles for *tpr*, t*rel* and *ina* too -- [ ] LV_LABEL_LONG_DOTS removed, use LV_LABEL_LONG_ROLL instead -- [ ] lv_list_set_element_text_roll removed. -- [ ] lv_ddlist_set_fix_height instead of auto_size +- [x] lv_btnm_set_styles for *tpr*, *trel* and *ina* too +- [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] rename *lv_dispi_...* to *lv_indev_proc_...* (except *lv_dispi_t* -> *lv_indev_t*)