Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kjkoning committed Mar 29, 2021
1 parent 9adeffd commit 8ec9c29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,18 @@ 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
- TFT_CS 15
- 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
Expand Down

0 comments on commit 8ec9c29

Please sign in to comment.