https://github.com/robcranfill/cranpitft
Useful library for the Adafruit Raspberry Pi TFT LCD display.
https://github.com/robcranfill/cranpitft
adafruit python
Last synced: 2 months ago
JSON representation
Useful library for the Adafruit Raspberry Pi TFT LCD display.
- Host: GitHub
- URL: https://github.com/robcranfill/cranpitft
- Owner: RobCranfill
- License: gpl-3.0
- Created: 2021-01-24T22:17:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-31T01:30:15.000Z (over 4 years ago)
- Last Synced: 2025-01-15T06:51:12.726Z (4 months ago)
- Topics: adafruit, python
- Language: Python
- Homepage:
- Size: 11.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CranPiTFT
A helpful Python library for the Adafruit Raspberry Pi Mini TFT color LCD display.This is an object-oriented wrapper (such as it is) around various bits of code to make
it easier to use the [Adafruit 1.3" TFT LCD display](https://www.adafruit.com/product/4484)
for the Raspberry Pi, in Python3.Basically it exposes most of the methods of the [Pillow/PIL ImageDraw object](https://pillow.readthedocs.io/en/stable/reference/ImageDraw.html).
For now, it only supports the 1.3" display, which is 240x240, but it should be pretty easy
to modify it for the other similar Adafruit displays based on the ST7789 chipset, such as
the 1.14" display.For a tutorial on this cool little part, see the [Adafruit mini PiTFT tutorial](https://learn.adafruit.com/adafruit-mini-pitft-135x240-color-tft-add-on-for-raspberry-pi), which also details the dependencies this module has.

@author [email protected]
See the included test/example code for usage examples.