Digole LCD Drivers
Project description
Digole LCD Driver
Tested with Digole 160x128 Color LCD 1.8” DSDM/Serial
Raspberry Pi 3 B using the i2c bus
Install: pip3 install digole
Upgrade: pip3 install digole –upgrade
Usage:
`` from digole import lcd
use the default i2c address of 0x27
s = lcd() ``
specify a different i2c address ` python s = lcd(0x29)`
clear the screen ` python s.clearScreen()`
write a line of text ` python s.writeLine('Text to write')`
change X start position from the left edge in columns ` python s.changePosition(x)`
change XY start position of the text from the top left corner in columns, rows ` python s.changePosition(x,y) s.changePosition(0,2) # start the text on column 0 row 2`
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 digole-0.0.1.21.tar.gz
.
File metadata
- Download URL: digole-0.0.1.21.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/20.7.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74d2982ca111beef05c8b521ff980f92996f01a94545c87baeaa11d4b723432d |
|
MD5 | 95a3b7c19349fc9de38d1c2b2d27cd40 |
|
BLAKE2b-256 | c784db1ed6294aa858204e8014ea5f55411f5a3f8cd61c0f1077b4c69945c833 |
Provenance
File details
Details for the file digole-0.0.1.21-py3-none-any.whl
.
File metadata
- Download URL: digole-0.0.1.21-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/20.7.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d511900da21f115f57c8ba0b48367a65ca148af5bc9efcb1040f8684bde3d2d |
|
MD5 | bbb790f0b56d426434c2716694c5fd80 |
|
BLAKE2b-256 | d74002d8269f42fd836e7c1623e4c61c31b89815397b51dfa05ee7c238278c5e |