Can't get ST7735S 0.96" 160x80 display to work correctly #2742
Replies: 3 comments 3 replies
-
CS and RES (reset) are not connected so will "float" to a random logic level unless biased. Connect them to 3.3V or drive with a GPIO pin. |
Beta Was this translation helpful? Give feedback.
-
what is the maximum SPI frequency for this driver IC? |
Beta Was this translation helpful? Give feedback.
-
I wired the display D/C pin to the MISO pin of the HSPI port, it seems to work fine but is the library using Hardware SPI or Software SPI with this pin arrangement? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I've got two of these displays, one is black PCB and the other is blue PCB.
When I tried the one with the black PCB it worked correctly everytime without any problems.
Now I've soldered the display with the blue PCB to an ESP32 and I'm having trouble getting it to work correctly, I keep hitting the RST button but >95% of the time it won't display anything at all, if I'm lucky I might get the first screen in the sketch and then back to black screen again. I got this display to run the whole sketch once or maybe twice.
I've noticed that having the USB cable connected to the ESP32 gives it a higher chance to display at least the first screen in the sketch before blacking out.
I'm using 22AWG tinned copper silicon wires as short as possible and both PCBs are insulated from the protoboard with a layer of electrical tape.
Beta Was this translation helpful? Give feedback.
All reactions