changed asset

This commit is contained in:
sam
2024-03-05 14:22:40 +01:00
parent e09651a90c
commit 21ef8604c2

View File

@@ -59,7 +59,7 @@ tft.fillScreen(0x0000); //clear the screen
## Wiring ## Wiring
You can connect the wires to any pin except the vcc and the ground. The vcc and ground need to be connected to the 3.3v and ground of the esp32. The other pins can be connected to any pin of the esp32. You can connect the wires to any pin except the vcc and the ground. The vcc and ground need to be connected to the 3.3v and ground of the esp32. The other pins can be connected to any pin of the esp32.
![TFT screen diagram](../assets/imagesSp2/IMG_1131.jpg) ![TFT screen diagram](../assets/imagesSp2/fritzingscreen.png)
We aren't using the cs2 and the pen pin because we arent utilizing the touch function of the screen. We aren't using the cs2 and the pen pin because we arent utilizing the touch function of the screen.