mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-20 12:32:18 +08:00
feat(arc): add float support
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user