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: ` python 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
Hashes for digole-0.0.1.19-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b739f709be9fe8027925b7b587c3b8849f5fa0198b8a947b8205f87707a8c550 |
|
MD5 | f0ab927fe2a447db833fa0f38c089d41 |
|
BLAKE2b-256 | 7e5d3dc581378e30473c2d1b288bb1e66ef4c9e6e97380272faf237eeb45bc3d |