43823845
43823845
> 当我使用 ST7789_DRIVER 并改变引脚以适应空芯 esp32c3 时,我遇到了与您类似的问题。   > >  `#include #include "TFT_eSPI.h" #include // 定义 LED 所接的引脚 const int ledPin = 13; TFT_eSPI tft = TFT_eSPI(); // 初始化TFT_eSPI对象...
> 我测试了您提到的解决方案,它有效! Can you share the exact method, I tried #define USE_HSPI_PORT but still not working.
> According to the above mentioned, change the esp32 version of arduinoIDE and roll back to 2.0.14 Thank you for your answer, I am testing as you said
> That library is known to not work with recent versions of ESP-IDF because of change in enumerating the SPI ports for S3 ad C3 (and probably more). We had...
Analyze the problem and TFT_espi related, but the problem is still not solved, if the use of ESP32-PICO-D4 chip does not appear to restart the problem, can be used normally!