diff --git a/README.md b/README.md index 25b042d..df64ce1 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ build around two popular pieces of hardware, both available from Adafruit: * [Huzzah32 ESP32 Feather](https://learn.adafruit.com/adafruit-huzzah32-esp32-feather/) * [2.4" TFT/TouchScreen Featherwing](https://learn.adafruit.com/adafruit-2-4-tft-touch-screen-featherwing/) + + + ## Hardware: Moving Parts The TFT Featherwing features three components: @@ -50,8 +55,13 @@ Peculiarities of the hardware setup: The `LITE` and `IRQ` pads on the TFT Featherwing have to be soldered to connect them to the Huzzah32: -* Solder the `IRQ` pad to pin 23. -* Solder the `LITE` pad to pin 22. +* Solder the `IRQ` pad to pin 23, the top left pad. +* Solder the `LITE` pad to pin 22, the second from the top left pad. + +Here's a picture to help you find your bearings: + +![Soldering image](docs/Mongoose-Touch_v2.png) + ### General Design diff --git a/docs/Mongoose-Touch_1.png b/docs/Mongoose-Touch_1.png new file mode 100644 index 0000000..6b40c04 Binary files /dev/null and b/docs/Mongoose-Touch_1.png differ diff --git a/docs/Mongoose-Touch_2.png b/docs/Mongoose-Touch_2.png new file mode 100644 index 0000000..d3290d8 Binary files /dev/null and b/docs/Mongoose-Touch_2.png differ