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 44bc8a7 commit 291c45fCopy full SHA for 291c45f
src/databus/Arduino_ESP32LCD8.h
@@ -3,7 +3,6 @@
3
#include "Arduino_DataBus.h"
4
5
#if defined(ESP32) && (CONFIG_IDF_TARGET_ESP32S3)
6
-#if (!defined(ESP_ARDUINO_VERSION_MAJOR)) || (ESP_ARDUINO_VERSION_MAJOR < 3)
7
8
#ifndef LCD_MAX_PIXELS_AT_ONCE
9
#define LCD_MAX_PIXELS_AT_ONCE 2046
@@ -12,6 +11,8 @@
12
11
#define USE_DMA_THRESHOLD 6
13
#endif
14
+#if (!defined(ESP_ARDUINO_VERSION_MAJOR)) || (ESP_ARDUINO_VERSION_MAJOR < 3)
15
+
16
class Arduino_ESP32LCD8 : public Arduino_DataBus
17
{
18
public:
0 commit comments