FINAL VERSION

Dependencies:   BSP_DISCO_F746NG

Revision:
6:22fd049f313b
Parent:
5:071136c3eefa
--- a/lv_conf.h	Tue Jun 15 19:35:57 2021 +0000
+++ b/lv_conf.h	Thu Jun 16 09:08:19 2022 +0000
@@ -34,6 +34,9 @@
 /*Images pixels with this color will not be drawn if they are  chroma keyed)*/
 #define LV_COLOR_CHROMA_KEY    lv_color_hex(0x00ff00)         /*pure green*/
 
+#define LV_COLOR_RED 0xFF0000
+#define LV_COLOR_GREEN 0x00FF00
+
 /*=========================
    MEMORY SETTINGS
  *=========================*/
@@ -202,7 +205,7 @@
 #  define lv_snprintf     snprintf
 #  define lv_vsnprintf    vsnprintf
 #else   /*LV_SPRINTF_CUSTOM*/
-#  define LV_SPRINTF_USE_FLOAT 0
+#  define LV_SPRINTF_USE_FLOAT 1
 #endif  /*LV_SPRINTF_CUSTOM*/
 
 #define LV_USE_USER_DATA      1