BigW Consortium Gitlab

Unverified Commit 02d318e6 by Zaltora Committed by GitHub

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.
parent 9f72ca23
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
/********************** /**********************
* STATIC VARIABLES * STATIC VARIABLES
**********************/ **********************/
static lv_color_t letter_bg_color = LV_COLOR_WHITE; static lv_color_t letter_bg_color;
/********************** /**********************
* MACROS * MACROS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment