emblink
emblink
Hi @Chris-656 It seems this option isn’t available in the IDE. I’ve encountered the same issue in Arduino IDE 2.3.2. However, the ESP32 Sketch Data Upload option is present in...
Hi @jshaw As a workaround, you can try a regular Arduino app, follow for details https://github.com/me-no-dev/arduino-esp32fs-plugin/issues/54#issuecomment-2424237199
Hi, I am trying to use TFT_eSPI with the XIAO ESP32-C6. I pulled PR #3399, which resolves the compilation issues for this MCU in Arduino IDE. However, I still cannot...
Hi @DanielBrkr, Thank you so much! `#define TFT_SDA_READ` resolved the issue. It’s a bit tricky, as it's not directly mentioned in `#include `. I didn’t wire the MISO line to...