Kestrel Interface
Loading...
Searching...
No Matches
waveshare_dsi_touch_5_a.h
Go to the documentation of this file.
1#ifndef KEST_WAVESHARE_5A_H_
2#define KEST_WAVESHARE_5A_H_
3
4#include "esp_log.h"
5#include "esp_heap_caps.h"
6#include "driver/gpio.h"
7#include "driver/i2c.h"
8#include "freertos/FreeRTOS.h"
9#include "freertos/task.h"
10#include "esp_lcd_touch_gt911.h"
11#include <lvgl.h>
12
13#include "esp_lcd_mipi_dsi.h"
14
15int waveshare_dsi_touch_5_a_init(lv_disp_t **disp);
16
17#endif
int waveshare_dsi_touch_5_a_init(lv_disp_t **disp)