lv_sprintf.h

API reference for lv_sprintf.h

Report on GitHub

Functions

lv_snprintf

 
int lv_snprintf(char *buffer, size_t count, const char *format,...)
Parameters
NameType
bufferchar *
countsize_t
formatconst char *
...

lv_vsnprintf

 
int lv_vsnprintf(char *buffer, size_t count, const char *format, va_list va)
Parameters
NameType
bufferchar *
countsize_t
formatconst char *
vava_list

Macros

LV_PRId32

 
#define LV_PRId32 "d"

LV_PRIu32

 
#define LV_PRIu32 "u"

LV_PRIx32

 
#define LV_PRIx32 "x"

LV_PRIX32

 
#define LV_PRIX32 "X"

LV_PRId64

 
#define LV_PRId64 "lld"

LV_PRIu64

 
#define LV_PRIu64 "llu"

LV_PRIx64

 
#define LV_PRIx64 "llx"

LV_PRIX64

 
#define LV_PRIX64 "llX"

Dependencies

How is this guide?

Last updated on

On this page