Lines Matching full:will

44         /* #include will sometimes silently fail when __has_include is used */
103 /*Images pixels with this color will not be drawn if they are chroma keyed)*/
142 …/*Instead of an address give a memory allocator that will be called to get a memory pool for LVGL.…
192 *You will see an error log message if there wasn't enough buffers. */
214 /*Default display refresh period. LVG will redraw changed areas with this period time*/
324 * - LV_LAYER_SIMPLE_BUF_SIZE: [bytes] the optimal target buffer size. LVGL will try to allocate it
372 *If the cache is too small the map will be allocated only while it's required for the drawing.
688 *If LV_USE_LOG is enabled an error message will be printed on failure*/
923 /*Will be added where memories needs to be aligned (with -Os data might not be aligned to boundary …
1193 *You can use these fonts as default font too and they will be available globally.
1214 *Compiler error will be triggered if a font needs it.*/
1291 /*If a word is at least this long, will break wherever "prettiest"
1331 *The direction will be processed according to the Unicode Bidirectional Algorithm:
1994 …#define LV_FS_STDIO_LETTER '\0' /*Set an upper cased letter on which the drive will accessible…
2001 …S_STDIO_PATH "" /*Set the working directory. File/directory paths will be appended to it.*/
2026 …#define LV_FS_POSIX_LETTER '\0' /*Set an upper cased letter on which the drive will accessible…
2033 …S_POSIX_PATH "" /*Set the working directory. File/directory paths will be appended to it.*/
2058 …#define LV_FS_WIN32_LETTER '\0' /*Set an upper cased letter on which the drive will accessible…
2065 …S_WIN32_PATH "" /*Set the working directory. File/directory paths will be appended to it.*/
2090 …#define LV_FS_FATFS_LETTER '\0' /*Set an upper cased letter on which the drive will accessible…
2115 …S_LITTLEFS_LETTER '\0' /*Set an upper cased letter on which the drive will accessible (e.g. 'A…