I am trying to run ST7789 SPI 2.8Inch TFT display with Arduino Nano but it doesn't just work. I have validated the wiring on the circuit. Saw many tutorials, but it doesn't just work. The display's PCB is below
Below is the configuration of my wiring with Arduino Nano. #01 GND -> GND #02 VCC -> VCC (3.3V only!) #03 SCL -> D13/SCK #04 SDA -> D11/MOSI #05 RES -> D8 or any digital #06 DC -> D7 or any digital
I used the FAST ST7789 Library. Please note that, in total of 3 hours of struggle the hello world example displayed for about half of a second and then flicked away and then no overall output. This only happened between my struggle to display something onto the screen.
I used multiple other Arduino Nanos as well as an Arduino Uno. But it didnt work as well.
Welcome! Three hours is not that long, I have spend days on problems as have many others. You may have a bad display, cannot be sure at this point. Can you post an annotated schematic showing exactly how this is wired, show all power sources, grounds and note any wire over 25cm/10".
Just to let you know, so you can avoid similar problems in future: Nano is designed to be plugged into the breadboard. You soldered the PCB header pins incorrectly. They should be underneath the Nano.