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