linuxOS_AP06/app/lvgl_demo/lvgl8/lv_port_disp.h

21 lines
268 B
C
Raw Normal View History

2025-06-03 04:28:32 +00:00
/**
* @file lv_port_disp.h
*
*/
#ifndef LV_PORT_DISP_H
#define LV_PORT_DISP_H
#ifdef __cplusplus
extern "C" {
#endif
void lv_port_disp_init(lv_coord_t hor_res, lv_coord_t ver_res, int rot);
#ifdef __cplusplus
} /*extern "C"*/
#endif
#endif /*LV_PORT_DISP_H*/