Lines Matching full:this
7 * Copy this file as `lv_conf.h`
41 /*Images pixels with this color will not be drawn if they are chroma keyed)*/
80 /*Default display refresh period. LVG will redraw changed areas with this period time*/
149 /*Number of stops allowed per gradient. Increase this to allow more stops.
150 *This adds (sizeof(lv_color_t) + 1) bytes per additional stop*/
155 *LV_GRAD_CACHE_DEF_SIZE sets the size of this cache in bytes.
351 /*Export integer constant to binding. This macro is used with constants in the form of LV_<CONST> t…
437 /*If a word is at least this long, will break wherever "prettiest"
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()*/
675 /* Maximum number of opened FT_Face/FT_Size objects managed by this cache instance. */
730 /*This needs to be adjusted according to the size of the screen*/