diff --git a/docs/hardware/adafruit/featherwing.md b/docs/hardware/adafruit/featherwing.md index de97ddfcd..ba48b775b 100644 --- a/docs/hardware/adafruit/featherwing.md +++ b/docs/hardware/adafruit/featherwing.md @@ -1,4 +1,4 @@ -# Adafruit Featherwing +# Adafruit
-You can run openHASP on the Adafruit HUZZAH32 – ESP32 Feather Board with a TFT Featherwing display. -We provide pre-build firmware for this hardware combo. You can pick the 2.4" or 3.5" touchscreen. +openHASP runs on Adafruit's ESP32 Feather Boards and supports Adafruit's TFT Featherwing resistive touch screens. Build configurations and precompiled firmware binaries are available for these popular hardware combinations to help you get started quickly. -The TFT Featherwing comes in 2 sizes: +## Supported Boards -- [TFT FeatherWing - 2.4" 320x240 Touchscreen](https://www.adafruit.com/product/3315): ILI9341 with STMPE610 resistive touch -- [TFT FeatherWing - 3.5" 480x320 Touchscreen](https://www.adafruit.com/product/3651): HX8357D with STMPE610 resistive touch +openHASP supports the following Adafruit Feather boards (and the many different versions and variations based on them) -## Development Boards +- Adafruit HUZZAH32 - ESP32 Feather (4MB Flash, No PSRAM) +- Adafruit ESP32-S3 Feather (4MB Flash, 2MB PSRAM) +- Adafruit ESP32 Feather V2 (8MB Flash, 2MB PSRAM) -### HUZZAH32 +These boards are virtually plug-and-play when combined with Adafruit TFT FeatherWing displays. Many of these boards come in versions with pre-soldered headers (no soldering required) + +!!! note " Note" Don't use the Adafruit ESP8266-based Feather HUZZAH board as it lacks both sufficient memory and MCU power. + +!!! note " Note" Boards with PSRAM are highly recommended, and required for image processing. + + +## Supported Displays + +- TFT FeatherWing - 2.4" 320x240 Touchscreen *(ILI9341 with STMPE610 resistive touch)* +- [TFT FeatherWing - 2.4" 320x240 Touchscreen V2](https://www.adafruit.com/product/3315) *(ILI9341 with TSC2007 resistive touch)* +- TFT FeatherWing - 3.5" 480x320 Touchscreen *(HX8357D with STMPE610 resistive touch)* +- [TFT FeatherWing - 3.5" 480x320 Touchscreen V2](https://www.adafruit.com/product/3651): *(HX8357D with TSC2007 resistive touch)* -The HUZZAH32 – ESP32 Feather Boards come in 3 versions: - -- [No headers soldered](https://www.adafruit.com/product/3405) -- [Headers pre-soldered](https://www.adafruit.com/product/3591) -- [Stacking headers pre-soldered](https://www.adafruit.com/product/3619) - -!!! note " Note" - Don't use the ESP8266 based Feather HUZZAH because it lacks both in memory and MCU power. - -The HUZZAH32 – ESP32 and TFT Featherwings are plug-and-play. You only need to upload the firmware via the USB port. -If you get a version with pre-soldered headers then no soldering is required to get started! - -Check out the Adafruit [TFT Featherwing tutorial](https://learn.adafruit.com/adafruit-2-4-tft-touch-screen-featherwing) on learn.adafruit.com. -It contains more detailed information, tutorials and wiring diagrams. - -The Huzzah32 boards only have 4MB flash. If you want more storage, consider getting the SparkFun Thing Plus ESP32-WROOM instead. - +Check out Adafruit's [TFT Featherwing tutorial](https://learn.adafruit.com/adafruit-2-4-tft-touch-screen-featherwing) on [learn.adafruit.com](https://learn.adafruit.com/) for detailed information and wiring diagrams. ## Backlight -By default the display is always on. To get the dimmable backlight working you *do* need to solder 2 pads! -There is a `Lite` pin which is not connected to any pads but you can connect it to control the backlight. -You can connect it to a PWM output pin, like `GPIO 21`: +By default, the display is always on and at its maximum brightness. To control backlight dimming or sleeping, you need to solder the `LITE` pin to a PWM output pin (e.g., `GPIO 21`). -## Product Video +## Product Videos + +#### 2.4" TFT FeatherWing + + + +#### 2.4" TFT FeatherWing V2 + + -#### 2.4" TFT Featherwing +#### 3.5" TFT FeatherWing -#### 3.5" TFT Featherwing +#### 3.5" TFT FeatherWing V2 -## 3D Printed Case +## 3D Printed Cases -Check out these enclosures, the designs are available on Thingiverse: +Check out these enclosures available on Thingiverse: -- [2.4" TFT Feather Wing Enclosure](https://learn.adafruit.com/3d-printed-case-for-adafruit-feather/tft-feather-wing){target=_blank} -- [2.4" TFT Feather Wing Weather Station](https://www.thingiverse.com/thing:1944905){target=_blank} -- [3.5" TFT Featherwing table top case](https://www.thingiverse.com/thing:2776163){target=_blank} -- [3.5" TFT Featherwing Touch Deck](https://www.thingiverse.com/thing:4803265){target=_blank} +- [2.4" TFT FeatherWing Enclosure](https://learn.adafruit.com/3d-printed-case-for-adafruit-feather/tft-feather-wing){target=_blank} +- [2.4" TFT FeatherWing Weather Station](https://www.thingiverse.com/thing:1944905){target=_blank} +- [3.5" TFT FeatherWing Table Top Case](https://www.thingiverse.com/thing:2776163){target=_blank} +- [3.5" TFT FeatherWing Touch Deck](https://www.thingiverse.com/thing:4803265){target=_blank}