Non constant declaration

I got an error when compilation. I fix the compilation problem but a proper way to initialize this variable is maybe needed. maybe in lv_init ?
You can fix it and close this pull request.
This commit is contained in:
Zaltora
2018-03-12 11:40:24 +01:00
committed by GitHub
parent 9f72ca2329
commit 02d318e66d

View File

@@ -28,7 +28,7 @@
/**********************
* STATIC VARIABLES
**********************/
static lv_color_t letter_bg_color = LV_COLOR_WHITE;
static lv_color_t letter_bg_color;
/**********************
* MACROS