Unverified Commit 12f59182 authored by Bodmer's avatar Bodmer Committed by GitHub

Improve compatibility with old ESP32 board packages

parent f35f57ad
...@@ -793,7 +793,7 @@ bool TFT_eSPI::initDMA(bool ctrl_cs) ...@@ -793,7 +793,7 @@ bool TFT_eSPI::initDMA(bool ctrl_cs)
.sclk_io_num = TFT_SCLK, .sclk_io_num = TFT_SCLK,
.quadwp_io_num = -1, .quadwp_io_num = -1,
.quadhd_io_num = -1, .quadhd_io_num = -1,
#ifndef CONFIG_IDF_TARGET_ESP32 #ifdef CONFIG_IDF_TARGET_ESP32S2
.data4_io_num = -1, .data4_io_num = -1,
.data5_io_num = -1, .data5_io_num = -1,
.data6_io_num = -1, .data6_io_num = -1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment