From 660a986e04fe06d579d0e8caed3d43d747739aee Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 14 Aug 2017 17:03:56 +0200 Subject: [PATCH] Update TODO_MINOR.md --- docs/TODO_MINOR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TODO_MINOR.md b/docs/TODO_MINOR.md index 6e3a2e414..74f3dc144 100644 --- a/docs/TODO_MINOR.md +++ b/docs/TODO_MINOR.md @@ -26,7 +26,7 @@ Here are ideas which are not assigned to a minor version yet: - [x] lv_btn: add lv_btn_get_..._action - [x] lv_list: add lv_list_get_element_label/img - [x] style animations add -- [ ] lv_bind: +- [ ] lv_bind: bind a variable to an object or vice versa (update value periodically) - [ ] lv_btnm: besides 0. byte (width dsc) 1. byte: hidden (\177, 0x7F, delete) - [ ] lv_label: font attribut to override style's font (no extra style needed to set only different font) - [ ] lv_label: padding enable/disable to increase size with hpad and vpad (useful with layouts)