linuxOS_AP06/app/lvgl_demo/lvgl8/lv_port_init.h
2025-06-03 12:28:32 +08:00

13 lines
117 B
C

/**
* @file lv_port_init.h
*
*/
#ifndef LV_PORT_INIT_H
#define LV_PORT_INIT_H
void lv_port_init(void);
#endif