wokwi-features icon indicating copy to clipboard operation
wokwi-features copied to clipboard

ILI9341 (TFT) simulation crashes within VSCode integration, runs on web.

Open ejkreboot opened this issue 7 months ago • 0 comments
trafficstars

Describe the bug Model with ILI9341 display runs on the wokwi web simulator, but has garbled output when using VSCode integration locally.

To Reproduce See: https://wokwi.com/projects/427142978334285825 Then reproduce the model locally (git repository here: https://github.com/ejkreboot/TFTTest)

Expected behavior Expect simulation to run without crashing when run locally within VSCode.

Environment (please complete the following information):

  • OS: MacOS 15.4
  • Browser N/A

Additional context Here is my platformio.ini

[env:esp32dev]
platform = [email protected]
board = esp32dev
framework = arduino
monitor_speed = 115200
lib_deps =
  bodmer/TFT_eSPI

ejkreboot avatar Apr 03 '25 19:04 ejkreboot