Lines Matching full:in
44 /*1: use custom malloc/free, 0: use the built-in `lv_mem_alloc()` and `lv_mem_free()`*/
47 /*Size of the memory available for `lv_mem_alloc()` in bytes (>= 2kB)*/
50 …/*Set an address for the memory pool instead of allocating it as a normal array. Can be in externa…
79 /*Input device read period in milliseconds*/
83 /*Use a custom tick source that tells the elapsed time in milliseconds.
96 …e LV_TICK_CUSTOM_SYS_TIME_EXPR (millis()) /*Expression evaluating to current system time in ms*/
137 * The widget can be buffered in smaller chunks to avoid using large buffers.
142 * Both buffer sizes are in bytes.
144 * and can't be drawn in chunks. So these settings affects only widgets with opacity.
150 …*If only the built-in image formats are used there is no real advantage of caching. (I.e. if no ne…
162 *LV_GRAD_CACHE_DEF_SIZE sets the size of this cache in bytes.
169 …*The increase in memory consumption is (32 bits * object width) plus 24 bits * object width if usi…
174 *The increase in memory consumption is (24 bits * object's width)*/
179 *Only used if software rotation is enabled in the display driver.*/
210 …* has to be defined in order to use FreeRTOS OSA, otherwise bare-metal implementation is selecte…
237 /*Enable/disable LV_LOG_TRACE in modules that produces a huge number of logs*/
285 /*Change the built in (v)snprintf functions*/
330 /*Compiler prefix for a big array declaration in RAM*/
336 /*Prefix variables that are used in GPU accelerated operations, often these need to be placed in RA…
339 /*Export integer constant to binding. This macro is used with constants in the form of LV_<CONST> t…
429 /*Minimum number of characters in a long word to put on a line before a break.
433 /*Minimum number of characters in a long word to put on a line after a break.
453 …*In these languages characters should be replaced with an other form based on their position in th…
481 …#define LV_LABEL_LONG_TXT_HINT 1 /*Store some extra info in labels to speed up drawing of very lo…
574 /*Default transition time in [ms]*/
592 /*A layout similar to Flexbox in CSS.*/
595 /*A layout similar to Grid in CSS.*/
609 #define LV_FS_STDIO_CACHE_SIZE 0 /*>0 to cache this number of bytes in lv_fs_read()*/
617 #define LV_FS_POSIX_CACHE_SIZE 0 /*>0 to cache this number of bytes in lv_fs_read()*/
625 #define LV_FS_WIN32_CACHE_SIZE 0 /*>0 to cache this number of bytes in lv_fs_read()*/
632 #define LV_FS_FATFS_CACHE_SIZE 0 /*>0 to cache this number of bytes in lv_fs_read()*/
639 #define LV_FS_LITTLEFS_CACHE_SIZE 0 /*>0 to cache this number of bytes in lv_fs_read()*/