From a256f58de18fdd562f0e1538555c8fd4b7609e02 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Sun, 5 Nov 2017 01:04:24 +0100 Subject: [PATCH] Update TODO_MAJOR.md --- docs/TODO_MAJOR.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/TODO_MAJOR.md b/docs/TODO_MAJOR.md index 321696063..b4b162d40 100644 --- a/docs/TODO_MAJOR.md +++ b/docs/TODO_MAJOR.md @@ -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)