lv_fs_private.h
API reference for lv_fs_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_fs.h
Summary
Functions
private/fs/lv_fs_private.h:41function
lv_fs_init
Initialize the File system interface
void lv_fs_init(void)private/fs/lv_fs_private.h:46function
lv_fs_deinit
Deinitialize the File system interface
void lv_fs_deinit(void)Structs
struct
_lv_fs_file_cache_t
| Member | Type | Description |
|---|---|---|
start | uint32_t | |
end | uint32_t | |
file_position | uint32_t | |
buffer | void * |
Dependencies
lvgl_public.h
Last updated on