feat(arc): add float support

This commit is contained in:
Gabor Kiss-Vamosi
2023-10-24 19:17:42 +02:00
parent f273475d28
commit 84c8cf8573
16 changed files with 177 additions and 160 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
#include "../lv_sprintf.h"
#include "../../misc/lv_types.h"
#define PRINTF_DISABLE_SUPPORT_FLOAT (!LV_SPRINTF_USE_FLOAT)
#define PRINTF_DISABLE_SUPPORT_FLOAT (!LV_USE_FLOAT)
// 'ntoa' conversion buffer size, this must be big enough to hold one converted
// numeric number including padded zeros (dynamically created on stack)