Skip to main content Skip to search Skip to navigation

Adafruit Mini PiTFT 1.3" - 240x240 TFT Add-on for Raspberry Pi

The Adafruit Mini PiTFT - 1.3" 240x240 Color TFT Add-on for Raspberry Pi is your little TFT pal, ready to snap onto any and all Raspberry Pi computers, to give you a little display. The Mini PiTFT comes with a full color 240x240 pixel IPS display with great visibility at all angles. The TFT uses only the SPI port so its very fast, and we leave plenty of pins remaining available for buttons, LEDs, sensors, etc. It's also nice and compact so it will fit into any case.
18,00 €
incl. 20% VAT , plus shipping costs
Old price: 24,00 €
  • 8 in stock
Description

If you're looking for the most compact li'l color display for a Raspberry Pi (most likely a Pi Zero W) project, this might be just the thing you need!

The Adafruit Mini PiTFT - 1.3" 240x240 Color TFT Add-on for Raspberry Pi is your little TFT pal, ready to snap onto any and all Raspberry Pi computers, to give you a little display. The Mini PiTFT comes with a full color 240x240 pixel IPS display with great visibility at all angles. The TFT uses only the SPI port so its very fast, and we leave plenty of pins remaining available for buttons, LEDs, sensors, etc. It's also nice and compact so it will fit into any case.

This display is super small, only about 1.3" diagonal, but since it is an IPS display, it's very readable with high contrast and visibility. We had a little space on the top-left so we give you two tactile buttons on GPIO pins so you can create a simple user interface. On the bottom we have a Qwiic/STEMMA QT connector for I2C sensors and device so you can plug and play any of our STEMMA QT devices.

Using the display is very easy, we have a kernel driver and Python library for the ST7789 chipset. You can set it up as a console output so you can have text and user interface through the Raspberry Pi OS or you draw images, text, whatever you like, using the Python imaging library. Our tests showed ~15 FPS update rates so you can do animations or simple video.

Comes completely pre-assembled and tested so you don't need to do anything but plug it in and install our Python code! Works with any Raspberry Pi computer.

Average item rating
Share your experiences with other customers!

All reviews:

How do reviews work?
Total entries: 1
Platzsparendes, sehr gutes TFT für den Pi
5 from 5
Platzsparendes, sehr gutes TFT für den Pi

Aufstecken und los gehts. Hilfreiches kleines Farb-Display ohne Kabelsalat. Nicht nur top für Home Automation Anwendungen! Installation simpel und rasch über python durchführbar:

cd ~
sudo pip3 install --upgrade adafruit-python-shell click
sudo apt-get install -y git
git clone https://github.com/adafruit/Raspberry-Pi-Installer-Scripts.git
cd Raspberry-Pi-Installer-Scripts
sudo python3 adafruit-pitft.py --display=st7789_240x240 --rotation=0 --install-type=console

Total entries: 1