/** lv_porting.h ***/ #ifndef __LV_PORTING_H__ #define __LV_PORTING_H__ void lv_porting_init(void); void lv_porting_delay(void); #endif