Closed
Description
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 = espressif32@6.10.0
board = esp32dev
framework = arduino
monitor_speed = 115200
lib_deps =
bodmer/TFT_eSPI