From 21ef8604c21a7a5001371574d97eb7b3d8ef348f Mon Sep 17 00:00:00 2001 From: sam Date: Tue, 5 Mar 2024 14:22:40 +0100 Subject: [PATCH] changed asset --- docs/node-documentation/TFT-screen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/node-documentation/TFT-screen.md b/docs/node-documentation/TFT-screen.md index 50251f0..80cb169 100644 --- a/docs/node-documentation/TFT-screen.md +++ b/docs/node-documentation/TFT-screen.md @@ -59,7 +59,7 @@ tft.fillScreen(0x0000); //clear the screen ## 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. -![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.