Lines Matching refs:file
3 An image can be a file or a variable which stores the bitmap itself and some metadata.
8 - as a file
24 …collection of functions (*open*, *read*, *close*, etc.) registered in LVGL to make file operations.
25 You can add an interface to a standard file system (FAT32 on SD card) or you create your simple fil…
27 See the [File system](/overview/file-system) section to learn more.
77 …e a `.bin` file that must be stored separately and read using the [file support](#files). Choosing…
78 …tton. Once the conversion is finished, your browser will automatically download the resulting file.
80 …, bitmaps for all the color depths (1, 8, 16 or 32) are included in the C file, but only the color…
119 /*From file*/
123 … you should use `LV_IMG_DECLARE(my_icon_dsc)` to declare the image in the file where you want to u…
143 …Raw with chroma-keyed` format. It will just take every byte of the binary file you uploaded and wr…
173 * @param src can be file name or pointer to a C array
315 …nderlying PNG file, you need to notify LVGL to cache the image again. Otherwise, there is no easy …