1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

Update TODO_MINOR.md

This commit is contained in:
Gabor Kiss-Vamosi 2017-08-14 17:03:56 +02:00 committed by GitHub
parent b83023703b
commit 660a986e04

View File

@ -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)