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.