From 9aac004c2c741e872237218b599e51fec5bfbb94 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Wed, 11 Oct 2017 08:58:17 +0200 Subject: [PATCH] Update TODO_MAJOR.md --- docs/TODO_MAJOR.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/TODO_MAJOR.md b/docs/TODO_MAJOR.md index dddf6501a..17d2b9de4 100644 --- a/docs/TODO_MAJOR.md +++ b/docs/TODO_MAJOR.md @@ -21,4 +21,5 @@ 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] rename *lv_dispi_...* to *lv_indev_proc_...* (except *lv_dispi_t* -> *lv_indev_t*) +- [x] rename *lv_dispi_...* to *lv_indev_...* +- [x] lv_dispi_t removed from lv_action_type_t. Use lv_indev_act() instead