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