lv_test_fs.h¶
Functions
-
void lv_test_fs_init(void)¶
Initialize the test file system driver
-
void lv_test_fs_set_ready(bool ready)¶
Set whether the test file system is ready
- Parameters:
ready – true: ready, false: not ready
-
void lv_test_fs_clear_open_cb(bool is_clear)¶
Set whether the open callback of the test file system is cleared
- Parameters:
is_clear – true: clear, false: not clear
-
void lv_test_fs_clear_close_cb(bool is_clear)¶
Set whether the close callback of the test file system is cleared
- Parameters:
is_clear – true: clear, false: not clear