minor fixes

This commit is contained in:
Gabor Kiss-Vamosi
2021-02-23 15:13:14 +01:00
parent cbfbcb47f9
commit c6dd413f11
4 changed files with 4 additions and 5 deletions

View File

@@ -84,7 +84,7 @@
# ifdef CONFIG_LV_COLOR_CHROMA_KEY
# define LV_COLOR_CHROMA_KEY CONFIG_LV_COLOR_CHROMA_KEY
# else
# define LV_COLOR_CHROMA_KEY LV_COLOR_LIME /*pure green*/
# define LV_COLOR_CHROMA_KEY lv_color_hex(0x00ff00) /*pure green*/
# endif
#endif