Emulator for Pimoroni ST7789 Display library.
Project description
Python ST7789 Emulator
Python Library based on Pimoroni ST7789 library to allow development of ST7789 displays using a GUI instead of connected hardware.
Usage
If you have established code using the Pimoroni ST7789 library, then adding this library is as simple as updating your import to match the following:
try:
import st7789
except ImportError:
import st7789_emulator as st7789
Once you run your code a window is generated for each instance of a ST7789 display which will show the image to scale of the configured display.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file st7789_emulator-0.0.1.tar.gz.
File metadata
- Download URL: st7789_emulator-0.0.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1763ba9c0d6b4312869d59d8ab5048902f5b918f3d3bb5c460e1367ea23b15c2
|
|
| MD5 |
6f3f49c207d1b386dc14cf4ddf267a48
|
|
| BLAKE2b-256 |
8c0620905a32325798502e2395979e36846782dfcf6503e9fc21ec6f71910508
|
File details
Details for the file st7789_emulator-0.0.1-py3-none-any.whl.
File metadata
- Download URL: st7789_emulator-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
caa7e304bec515a615e5542e478adaad5655486267027fbecfbe6854d7bb655e
|
|
| MD5 |
9d5e9be1b7d5903534d45e25849111a4
|
|
| BLAKE2b-256 |
765d97d63aef2402610c10fcfd11dcedb1b247054f0acaa8aff10ec97179c2d1
|