From 8ec9c2958f9edb1869b14c54013133ef93c993b3 Mon Sep 17 00:00:00 2001 From: kjk2010 Date: Sun, 28 Mar 2021 17:33:30 -0700 Subject: [PATCH] Fixed formatting --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebdfdce..b90ff5b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Built using VS Code with Platform.IO. #### Basic setup instructions 1. Wire the TFT touchscreen to the ESP32. Default pin selection below, but can be changed in libdeps/esp32dev/TFT_eSPI/User_Setup.h -###### For a standard ESP32 dev board, use these settings: +###### For a standard ESP32 dev board, use these settings in User_Setup.h: - TFT_MISO 19 - TFT_MOSI 23 - TFT_SCLK 18 @@ -19,9 +19,10 @@ Built using VS Code with Platform.IO. - TFT_DC 2 - TFT_RST 4 - TOUCH_CS 21 + ![alt text](https://github.com/kjk2010/AmpliPi-Touchscreen-Keypad/blob/main/docs/ESP32-to-TFT-pin-assignment.jpg?raw=true) -###### For an Olimex ESP32-POE board, use these settings: +###### For an Olimex ESP32-POE board, use these settings in User_Setup.h: - TFT_MISO 16 - TFT_MOSI 36 - TFT_SCLK 14