new/app/lvgl_demo/lvgl/lv_port_file.h
2025-05-10 21:58:58 +08:00

9 lines
98 B
C

#ifndef LV_PORT_FS_H
#define LV_PORT_FS_H
#include "lvgl.h"
void lv_port_fs_init(void);
#endif