Thread Starter

andreastrinna

Joined May 11, 2024
2
Hello guys,
I'm dealing with an ESP32s3 microcontroller and I'm using a ILI9488 lcd screen with spi comunication. I use VS Code
The problem is that even when I try to flash my example code the esp32 gets stuck in download mode and reset button needs to be pressed, but after that no image is shown on the LCD.
Does someone know something about lcd managing using Visual Studio Code and NOT Arduino?
Thanks,
 

Ya’akov

Joined Jan 27, 2019
10,226
Welcome to AAC.

Why do you think the display is the problem?

Does the rest of the program run? If so, have to used the serial port to provide debugging information?
If not, have you tried other programs that don’t use the display to see if they also hang? Have you tired other programs that do use the display to see if they work?
 
Top