We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd776f7 commit e08320aCopy full SHA for e08320a
src/databus/Arduino_ESP32LCD8.cpp
@@ -1,14 +1,5 @@
1
#include "Arduino_ESP32LCD8.h"
2
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
12
#if defined(ESP32) && (CONFIG_IDF_TARGET_ESP32S3)
13
#if (!defined(ESP_ARDUINO_VERSION_MAJOR)) || (ESP_ARDUINO_VERSION_MAJOR < 3)
14
0 commit comments