lv_fs_private.h

Functions

void lv_fs_init(void)

Initialize the File system interface

void lv_fs_deinit(void)

Deinitialize the File system interface

struct _lv_fs_file_cache_t

Public Members

uint32_t start
uint32_t end
uint32_t file_position
void *buffer
struct _lv_fs_path_ex_t
#include <lv_fs_private.h>

Extended path object to specify buffer for memory-mapped files

Public Members

char path[4]

This is needed to make it compatible with a normal path

const void *buffer
uint32_t size