8 lines
173 B
C
8 lines
173 B
C
#include "esp_lvgl_port.h"
|
|
#include "esp_lcd_st77916.h"
|
|
|
|
|
|
void lcd_init();
|
|
void lvgl_lcd_init();
|
|
void touch_init();
|
|
void get_touch(uint16_t* touchx,uint16_t* touchy); |