Lines Matching full:will

37 /*Images pixels with this color will not be drawn if they are chroma keyed)*/
52 …/*Instead of an address give a memory allocator that will be called to get a memory pool for LVGL.…
66 *You will see an error log message if there wasn't enough buffers. */
76 /*Default display refresh period. LVG will redraw changed areas with this period time*/
139 * - LV_LAYER_SIMPLE_BUF_SIZE: [bytes] the optimal target buffer size. LVGL will try to allocate it
163 *If the cache is too small the map will be allocated only while it's required for the drawing.
254 *If LV_USE_LOG is enabled an error message will be printed on failure*/
323 /*Will be added where memories needs to be aligned (with -Os data might not be aligned to boundary …
385 *You can use these fonts as default font too and they will be available globally.
394 *Compiler error will be triggered if a font needs it.*/
425 /*If a word is at least this long, will break wherever "prettiest"
441 *The direction will be processed according to the Unicode Bidirectional Algorithm:
607 …#define LV_FS_STDIO_LETTER '\0' /*Set an upper cased letter on which the drive will accessible…
608 …#define LV_FS_STDIO_PATH "" /*Set the working directory. File/directory paths will be appe…
615 …#define LV_FS_POSIX_LETTER '\0' /*Set an upper cased letter on which the drive will accessible…
616 …#define LV_FS_POSIX_PATH "" /*Set the working directory. File/directory paths will be appe…
623 …#define LV_FS_WIN32_LETTER '\0' /*Set an upper cased letter on which the drive will accessible…
624 …#define LV_FS_WIN32_PATH "" /*Set the working directory. File/directory paths will be appe…
631 …#define LV_FS_FATFS_LETTER '\0' /*Set an upper cased letter on which the drive will accessible…
638 …#define LV_FS_LITTLEFS_LETTER '\0' /*Set an upper cased letter on which the drive will accessi…