mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
set LV_SPRINTF_CUSTOM to 1
This commit is contained in:
parent
4da628cc68
commit
2f33550aac
@ -655,7 +655,7 @@ typedef void* lv_font_user_data_t;
|
||||
#endif
|
||||
|
||||
/*Change the built in (v)snprintf functions*/
|
||||
#define LV_SPRINTF_CUSTOM 0
|
||||
#define LV_SPRINTF_CUSTOM 1 // saves 1.4 KiB
|
||||
#if LV_SPRINTF_CUSTOM
|
||||
# define LV_SPRINTF_INCLUDE <stdio.h>
|
||||
# define lv_snprintf snprintf
|
||||
|
@ -556,7 +556,7 @@ typedef void * lv_font_user_data_t;
|
||||
#define LV_USE_ARABIC_PERSIAN_CHARS 0
|
||||
|
||||
/*Change the built in (v)snprintf functions*/
|
||||
#define LV_SPRINTF_CUSTOM 0
|
||||
#define LV_SPRINTF_CUSTOM 1 // saves 1.4 KiB
|
||||
#if LV_SPRINTF_CUSTOM
|
||||
# define LV_SPRINTF_INCLUDE <stdio.h>
|
||||
# define lv_snprintf snprintf
|
||||
|
Loading…
x
Reference in New Issue
Block a user