ESP32 NodeMCU D1 R32 board and 2.4" ILI9341Touch Display compile error #2299
Replies: 3 comments 5 replies
-
The settings for the board are correct. The first sketch compiles when the User_Setup.h is configured for an SPI-Interface. |
Beta Was this translation helpful? Give feedback.
-
This error will occur if old versions of TFT_eSPI (> 1 year old) are used with recent ESP32 board packages >= 2.0.0. The error occurs because Esspressif made extensive changes to the ESP32 board package at 2.0.0 and removed or renamed some low level functions. You have 2 options:
|
Beta Was this translation helpful? Give feedback.
-
Now the Pins have been compared and a complete new pin assignment has been tested.
This compiles and has been flashed, but result in an boot loop at the point calling tft.init() :
At this moment there is no idea why? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use this display:
http://www.lcdwiki.com/res/MAR2406/2.4inch_Arduino_8BIT_Module_MAR2406_User_Manual_EN.pdf
on such an ESP32 board:
https://www.az-delivery.de/blogs/azdelivery-blog-fur-arduino-und-raspberry-pi/d1-r32
The reason is that the display can simply be plugged on this board.
User_Setup.h is:
with this TFT Test:
Trying to compile ends with
Any idea how to get this error 'esp32_gpioMux' was not declared solved?
Maybe it depends on the Arduino-Environment?
espressif/arduino-esp32#6559
Beta Was this translation helpful? Give feedback.
All reactions