Lines Matching full:in

48 /*1: use custom malloc/free, 0: use the built-in `lv_mem_alloc()` and `lv_mem_free()`*/
51 /*Size of the memory available for `lv_mem_alloc()` in bytes (>= 2kB)*/
54 …/*Set an address for the memory pool instead of allocating it as a normal array. Can be in externa…
83 /*Input device read period in milliseconds*/
86 /*Use a custom tick source that tells the elapsed time in milliseconds.
91 …e LV_TICK_CUSTOM_SYS_TIME_EXPR (millis()) /*Expression evaluating to current system time in ms*/
130 * The widget can be buffered in smaller chunks to avoid using large buffers.
135 * Both buffer sizes are in bytes.
137 * and can't be drawn in chunks. So these settings affects only widgets with opacity.
143 …*If only the built-in image formats are used there is no real advantage of caching. (I.e. if no ne…
155 *LV_GRAD_CACHE_DEF_SIZE sets the size of this cache in bytes.
162 …*The increase in memory consumption is (32 bits * object width) plus 24 bits * object width if usi…
167 *The increase in memory consumption is (24 bits * object's width)*/
172 *Only used if software rotation is enabled in the display driver.*/
209 …* has to be defined in order to use FreeRTOS OSA, otherwise bare-metal implementation is selecte…
249 /*Enable/disable LV_LOG_TRACE in modules that produces a huge number of logs*/
297 /*Change the built in (v)snprintf functions*/
342 /*Compiler prefix for a big array declaration in RAM*/
348 /*Prefix variables that are used in GPU accelerated operations, often these need to be placed in RA…
351 /*Export integer constant to binding. This macro is used with constants in the form of LV_<CONST> t…
441 /*Minimum number of characters in a long word to put on a line before a break.
445 /*Minimum number of characters in a long word to put on a line after a break.
465 …*In these languages characters should be replaced with an other form based on their position in th…
493 …#define LV_LABEL_LONG_TXT_HINT 1 /*Store some extra info in labels to speed up drawing of very lo…
585 /*Default transition time in [ms]*/
599 /*A layout similar to Flexbox in CSS.*/
602 /*A layout similar to Grid in CSS.*/
616 #define LV_FS_STDIO_CACHE_SIZE 0 /*>0 to cache this number of bytes in lv_fs_read()*/
624 #define LV_FS_POSIX_CACHE_SIZE 0 /*>0 to cache this number of bytes in lv_fs_read()*/
632 #define LV_FS_WIN32_CACHE_SIZE 0 /*>0 to cache this number of bytes in lv_fs_read()*/
639 #define LV_FS_FATFS_CACHE_SIZE 0 /*>0 to cache this number of bytes in lv_fs_read()*/
646 #define LV_FS_LITTLEFS_CACHE_SIZE 0 /*>0 to cache this number of bytes in lv_fs_read()*/
716 /*1: Support using images as font in label or span widgets */