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

Update TODO_MAJOR.md

This commit is contained in:
Gabor Kiss-Vamosi 2017-11-05 01:04:24 +01:00 committed by GitHub
parent 4076c8ddaf
commit a256f58de1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,3 +26,4 @@ Please create an issue to suggest a new feature instead of adding pull request t
- [x] make styles to global variable to ensure less typing
- [x] make fonts to global variables to ensure less typing and easy user-font adding
- [x] join symbol fonts into normal built-in fonts
- [ ] add inline functions to avoide direct use of anchestor functions (e.g. for buttons: lv_cont_set_fit -> lv_btn_set_fit)