Skip to content

Commit e08320a

Browse files
1 parent fd776f7 commit e08320a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/databus/Arduino_ESP32LCD8.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
#include "Arduino_ESP32LCD8.h"
22

3-
#include "esp_lcd_panel_interface.h"
4-
#include "esp_lcd_panel_io.h"
5-
#include <esp_private/gdma.h>
6-
#include <hal/dma_types.h>
7-
8-
#ifndef LCD_MAX_PIXELS_AT_ONCE
9-
#define LCD_MAX_PIXELS_AT_ONCE (2048)
10-
#endif
11-
123
#if defined(ESP32) && (CONFIG_IDF_TARGET_ESP32S3)
134
#if (!defined(ESP_ARDUINO_VERSION_MAJOR)) || (ESP_ARDUINO_VERSION_MAJOR < 3)
145

0 commit comments

Comments
 (0)