CircuitPython driver for TFT Touch screens based on RA8875.
Project description
Introduction
This is a full featured CircuitPython Library for the RA8875 that included all of the hardware accelerated drawing functions as the original Arduino library. A lot of the functionality has been streamlined with a focus on ease of use that is still flexible enough to make full use of the hardware. For instace, Graphics and Text mode switching is now automatic and handled in the background.
Dependencies
This driver depends on:
Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle.
Installing from PyPI
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from PyPI. To install for current user:
pip3 install adafruit-circuitpython-ra8875
To install system-wide (this may be required in some cases):
sudo pip3 install adafruit-circuitpython-ra8875
To install in a virtual environment in your current project:
mkdir project-name && cd project-name
python3 -m venv .venv
source .venv/bin/activate
pip3 install adafruit-circuitpython-ra8875
Usage Example
See examples/ra8875_simpletest.py and examples/ra8875_bmptest.py for examples of the module’s usage. When running the bmptest, be sure to upload the blinka.bmp image to the root folder as well.
Documentation
API documentation for this library can be found on Read the Docs.
For information on building library documentation, please check out this guide.
Contributing
Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file adafruit-circuitpython-ra8875-3.1.20.tar.gz
.
File metadata
- Download URL: adafruit-circuitpython-ra8875-3.1.20.tar.gz
- Upload date:
- Size: 64.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49360d001cc0fb2c0c5f833dcb5a67e000a04256d974b6f24c989b0f8b371491 |
|
MD5 | 74a4b6a2044f165470bef27f53030895 |
|
BLAKE2b-256 | 6e7792d50e8d6e6fe179e97534af3d0ec8824b9396c7ddf29ea6ec27ff89ecce |
Provenance
File details
Details for the file adafruit_circuitpython_ra8875-3.1.20-py3-none-any.whl
.
File metadata
- Download URL: adafruit_circuitpython_ra8875-3.1.20-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c443a781573f44cc5bfc9e10827e93ad82fe3d1e743963de60701064bdeabb6d |
|
MD5 | b7ec8788f192ab86c3d967e4d6605184 |
|
BLAKE2b-256 | e393b6ece2e0dd393536abb2f3bf6b6664bfcf3915290a23f1f83984cedda3b0 |