lv_test_fs.h
API reference for lv_test_fs.h
Summary
Functions
lv_test_fs_set_ready
Set whether the test file system is ready
void lv_test_fs_set_ready(bool ready)| Name | Type | Description |
|---|---|---|
ready | bool | true: ready, false: not ready |
lv_test_fs_init
Initialize the test file system driver
void lv_test_fs_init(void)lv_test_fs_clear_open_cb
Set whether the open callback of the test file system is cleared
void lv_test_fs_clear_open_cb(bool is_clear)| Name | Type | Description |
|---|---|---|
is_clear | bool | true: clear, false: not clear |
lv_test_fs_clear_close_cb
Set whether the close callback of the test file system is cleared
void lv_test_fs_clear_close_cb(bool is_clear)| Name | Type | Description |
|---|---|---|
is_clear | bool | true: clear, false: not clear |
Dependencies
Last updated on