From 3ee1c752e2ea17375105c7512ad72e232d650095 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Mon, 9 Mar 2020 13:42:41 +0100 Subject: [PATCH] Updated Mini PiTFT stats display (markdown) --- Mini-PiTFT-stats-display.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mini-PiTFT-stats-display.md b/Mini-PiTFT-stats-display.md index b9a2d8b..40076f6 100644 --- a/Mini-PiTFT-stats-display.md +++ b/Mini-PiTFT-stats-display.md @@ -2,7 +2,7 @@ The [Adafruit Mini PiTFT](https://www.adafruit.com/product/4393) is an affordable 135x240 color TFT display for the Raspberry Pi. The PiTFT connects to the 'top' 2x12 headers on the Pi's 2x20 GPIO header connection. It comes pre-assembled and tested so it can simply be attached to the Pi's header pins (no soldering required). Its low cost, form factor and bright display make it well suited as an add-on for RaspAP. -Using the display is straightforward with Adafruit's Python library for the ST7789 chipset. For this application we will use the Python imaging library (PIL) to output some useful stats for RaspAP. The Mini PiTFT's small size complements the Pi Zero W, although for this example we're using a Pi Model 4. +Using the display is straightforward with Adafruit's [CircuitPython library for the ST7789 chipset](https://github.com/adafruit/Adafruit_CircuitPython_ST7789). For this application we will use the Python imaging library (PIL) to output some useful stats for RaspAP. The Mini PiTFT's small size complements the Pi Zero W, although for this example we're using a Pi Model 4. ![Adafruit Mini PiTFT](https://i.imgur.com/kxVSWH4.jpg)