3.2" colour TFT display ESP32

Before I get some of these from here, They are 3.2" TFT using the SPI
https://hobbycomponents.com/displays/1003-2-inch-colour-tft-module-with-resistive-touch

I'm using an EPS32 and was wondering would it be possible to run 2 of these on the same EPS32,
I know that each TFT would have to have it's own CS pin not sure about the reset and data pins ? .

I only want to use the screen only (not the touch/SD card)

I was using 2 128/64 (ST7920) in the SPI mode but I'm struggling to find/get the yellow/green type and thought I'd add some colour as these are easier to obtain when I need more

Do you have to use the 5 pins to drive them ?

I use these types of OLEDS with an ESP32. They use 5 wires. A 2nd display would share MISO, MOSI, and SCK/CLK. CS lines would be different. I am betting that the same pins for the RST and DC would work for both OLED's as the CS lines would disable the other display.

Idahowalker:
I use these types of OLEDS with an ESP32. They use 5 wires. A 2nd display would share MISO, MOSI, and SCK/CLK. CS lines would be different. I am betting that the same pins for the RST and DC would work for both OLED's as the CS lines would disable the other display.

I've looked at those but can't seem to find them any bigger, Has I need to display quite a bit of data like the photo below, At the moment is show's the voltage and Amps and set Amps as it's not big enough to show more, This is the reason for 3.2/3.5Inch screens.

When I have more then once screen of data I have the screen swap what data is being displayed on a parodic basis.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.