Jim Drew

Results 28 comments of Jim Drew

> Arduino Core? Or did you mean ESP32 Core? I'm confused! > > ESP32 Boards is 3.0.2 Yes, you need to change the board file back to v2.0.14. This problem...

> The fix I posted is necessary at least for esp32 library v3+ (didn't test it for older cores). Here `SPI2_HOST == 1`, thus `SPI_PORT == 1` and this is...

> I made the change recommended by JiriBilek and had the same result as others. The fix stops the crash but, for me anyways (ST7735 1.8 Display) the graphics never...

Roll your board package back to v2.0.14 (or earlier) and it will likely work. There is a thread here that has changes to the SPI port usage that will fix...

> I'm using an ESP32S3 Xiao Sense along with an ST7789. For some reason, I can't get the board to access both the LCD and the SD card at the...

This has been a long standing issue - since v2.0.15 was released. Perhaps this hack will help to understand the issue: https://github.com/Bodmer/TFT_eSPI/issues/3384#issuecomment-2211470238 There was apparently a change made to how...

It might be handy if someone can just post exactly what changes are needed to the IDF files so we can manually fix this issue, and also let the Espressif...

What version of the Arduino core are you using? This could be the "normal" issue of any core file version >v2.0.14 not being compatible.