Module stubs

Module stubs 

Source

Functions§

lv_free_core
Free a block of memory
lv_malloc_core
Allocate a block of memory
lv_mem_deinit
Deinitialize the memory manager
lv_mem_init
Initialize the memory manager
lv_memcmp
Compare two memory areas up to a given size
lv_memcpy
Copy a block of memory from source to destination
lv_memmove
Move a block of memory from source to destination
lv_memset
Set a block of memory to a specific value
lv_realloc_core
Reallocate a block of memory
lv_snprintf
Format a string
lv_strcat
Concatenate two strings
lv_strcmp
Compare two strings
lv_strcpy
Copy a string from source to destination
lv_strdup
Duplicate a string
lv_strlen
Get the length of a string
lv_strncmp
Compare two strings up to a given size
lv_strncpy
Copy a string up to a given size
lv_strndup
Duplicate a string up to a given size
lv_vsnprintf
Format a string with variable arguments