wch-code/ch32v307_lvgl_ili9341/User/lv_port_disp.h

10 lines
187 B
C
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef __LV_PORT_DISP_H
#define __LV_PORT_DISP_H
/* lvgl缓冲区大小单位为像素数 */
#define LVGL_PORT_BUFF_SIZE (BSP_LCD_X_PIXELS*40)
void lv_port_disp_init(void);
#endif