Thank you.I believe the connnections would be as below, but note that software which works with one may not work for the other.
BLK = LED
CS = CS
DC = A0
RES = RESET
SDA = SDA
SCL = SCK
VCC = VCC
GND = GND
Do you see that green tab on the screen protector of that display? That tab might be other colours and the software to drive it is different depending on the colour of the tab.I wired the blue lcd based on the link:
https://robotzero.one/esp32-cam-tft-selfie/
Thanks.Are you sure the ESP camera is working correctly? There are many things that could be causing your problem. Test it one step at a time. Find an example program that will display something simple on the display. If that works, Test the camera by using it in a different program.
ThanksDo you see that green tab on the screen protector of that display? That tab might be other colours and the software to drive it is different depending on the colour of the tab.
I'm afraid I can't help you on that one. I don't know what the differences are between them.Thanks
The tab on my LCD is a blue color, what lib should I use?
Thanks.That 0.96" display needs a 3.3V supply. I hope you didn't connect it to 5V. I am assuming that you are using it with an arduino. Here is the information you need to connect it and test it:
https://tronixstuff.com/2019/08/29/arduino-ips-lcd-tutorial/
Thanks.Then iIt looks as though the backlight LED is not working. Can you measure the voltage between BLK and GND just to make sure it is being powered?
Thanks.Are you using the right library and options with the 0.96 displays? The 0.96" displays use the ST7735S controller IC. The 1.44" display uses the ILI9163 controller IC. They also have different resolutions. The 1.44" is 128 x 128 and the 0.96" is 80 x 160. You can not use the same code for them. Did you test the 0.96" displays with the tutorial that I suggested?
Thanks.The example I suggested is for testing the 0.96" display only. Did you wire it as shown in the tutorial? You can damage the displays if you run the wrong software with them.
Did you measure the voltage between BLK and GND on the small display when you are running the software, as I suggested in post #11 ? Without that information, I can not help you.
by Aaron Carman
by Jake Hertz
by Jake Hertz