Inky
Python library for the Inky pHAT and Inky wHAT e-paper displays.
Inky pHAT
Inky pHAT is a 212x104 pixel e-paper display, available in red/black/white, yellow/black/white and black/white. It’s great for nametags and displaying very low frequency information such as a daily calendar or weather overview.
Inky wHAT
Inky wHAT is a 400x300 pixel e-paper display available in red/black/white. It’s got tons of resolution for detailed daily todo lists, multi-day weather forecasts, bus timetables and more.
Installation
The Python pip package is named einky, install with:
sudo pip install einky
Usage
The Inky library contains modules for both the pHAT and wHAT, load the InkyPHAT one as follows:
from inky import InkyPHAT
You’ll then need to pick your colour, one of ‘red’, ‘yellow’ or ‘black’ and instantiate the class:
inkyphat = InkyPHAT('red')
If you’re using the wHAT you’ll need to load the InkyWHAT class from the Inky library like so:
from inky import InkyWHAT
inkywhat = InkyWHAT('red')
Since Inky wHAT is currently only available in red, we pick that colour.
0.0.4
BugFix: Reverted normal red LUTs to correct values
0.0.3
Enhancement: Added support for display variant detection
Enhancement: Added DocStrings
BugFix: Fixed set_border for all colours
0.0.2
BugFix: Yellow Inky pHAT now yellow instead of brown/black
Enhancement: Performance tweak for set_image
0.0.1
Initial Release
Release files for inky 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| inky-0.0.4.tar.gz | 8.3 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| inky-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
| inky-0.0.4-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 26.9 kB
Release files / inky-0.0.4.tar.gz
| Download URL | inky-0.0.4.tar.gz |
|---|---|
| Size | 8.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
aaa05829d39e378dbec46c0ddae912ac51117802383287fd17efd759cd5fec94
|
|
BLAKE2b-256 checksum How to use checksums |
2908a82e1240e226386357df0c219f699680035ca6da5ab00b7fa0c20cb8a7fb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13
|
Release files / inky-0.0.4-py3-none-any.whl
| Download URL | inky-0.0.4-py3-none-any.whl |
|---|---|
| Size | 8.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
299b10461709ec8d881d9eb953d51212f69e21d83b27b7f9e08bae601a5faba1
|
|
BLAKE2b-256 checksum How to use checksums |
5684a5ad4c5a2c548b015ed7480568bcfbbb79f251d6995ff04f6eeabb6ce8d6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13
|
Release files / inky-0.0.4-py2-none-any.whl
| Download URL | inky-0.0.4-py2-none-any.whl |
|---|---|
| Size | 9.8 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
ec5695a606e70e0865dfe81109d04786a78b5e571cf2fe48a8a16334b6eb4854
|
|
BLAKE2b-256 checksum How to use checksums |
e2a58e32ed8a66aaa1ba46636a59a2f706e121fa0816b510ec5bdf1b0f94b9d7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.13
|