mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
5 lines
153 B
C
5 lines
153 B
C
|
#include "esp_lcd_panel_ops.h"
|
||
|
#include "lvgl.h"
|
||
|
|
||
|
void test_lvgl_task_loop(esp_lcd_panel_handle_t panel_handle, int h_res, int v_res, lv_disp_t **disp);
|