UIKit for Raspberry on E-Paper
Project description
E-Paper-UI-Kit
UIKit for Raspberry on E-Paper
Usage
# -*- coding:utf-8 -*-
from EPUIKit import QuadrantsLayout, VirtualPaper
from EPUIKit.utils import font
from EPUIKit.widget import Label
layout = QuadrantsLayout(border=1)
layout.add(Label('LEFT_BOTTOM', font=font(32)), QuadrantsLayout.LEFT_TOP)
layout.add(Label('LEFT_BOTTOM', font=font(32)), QuadrantsLayout.LEFT_BOTTOM)
layout.add(Label('RIGHT_TOP', font=font(32)), QuadrantsLayout.RIGHT_TOP)
layout.add(Label('RIGHT_BOTTOM', font=font(32)), QuadrantsLayout.RIGHT_BOTTOM)
paper = VirtualPaper(layout, 144, 500)
paper.show()
Supported devices
- waveshare 1.54inch e-Paper HAT V2
- waveshare 2.13inch e-Paper HAT V2
License
MIT
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
epuikit-0.0.6.tar.gz
(4.8 kB
view details)
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 epuikit-0.0.6.tar.gz.
File metadata
- Download URL: epuikit-0.0.6.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17090939c86c7df4717fcb9bc004cf65851e1f53a8068a5022e84383d594d016
|
|
| MD5 |
d67acb5340699ca2540ffff206d45531
|
|
| BLAKE2b-256 |
af2790c0b1341a2cb8a8e40faf924e1013c80e351f4f1a44be32d259ef6ad438
|
File details
Details for the file epuikit-0.0.6-py3-none-any.whl.
File metadata
- Download URL: epuikit-0.0.6-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8caf8ea45f74a7d0aaf0deac1df1584ea9194b49e464e9c03326f586a79b7b2
|
|
| MD5 |
9f670505d3939241da1d17da2c31d037
|
|
| BLAKE2b-256 |
5b1c357673dc328df226cac98160d6bd4f4f78d367ffea6e4963474cd2d7df4e
|