Home
last modified time | relevance | path

Searched refs:lv_file_explorer_create (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/src/others/file_explorer/
Dlv_file_explorer.h54 lv_obj_t * lv_file_explorer_create(lv_obj_t * parent);
Dlv_file_explorer.c74 lv_obj_t * lv_file_explorer_create(lv_obj_t * parent) in lv_file_explorer_create() function
/lvgl-latest/examples/others/file_explorer/
Dlv_example_file_explorer_1.c23 lv_obj_t * file_explorer = lv_file_explorer_create(lv_screen_active()); in lv_example_file_explorer_1()
Dlv_example_file_explorer_2.c58 lv_obj_t * file_explorer = lv_file_explorer_create(lv_screen_active()); in lv_example_file_explorer_2()
Dlv_example_file_explorer_3.c66 lv_obj_t * file_explorer = lv_file_explorer_create(lv_screen_active()); in lv_example_file_explorer_3()
/lvgl-latest/tests/src/test_cases/
Dtest_file_explorer.c17 file_explorer_obj = lv_file_explorer_create(active_screen); in setUp()
/lvgl-latest/docs/details/other-components/
Dfile_explorer.rst62 First use :cpp:expr:`lv_file_explorer_create(lv_screen_active())` to create a File