Python module for ST7032 LCD controller with I2C interface.
Project description
# LCD_ST7032
Python module for ST7032 LCD controller with I2C interface.
This module is inspired by https://github.com/olkal/LCD_ST7032
Tested with RaspberryPi 2, Python 3.6 and AQM1602XA-RN-GBW
# usage
```
$ pip install -r requirements.txt
$ pip install lcd_st7032
```
# Hello World
```python
from lcd_st7032 import ST7032
lcd = ST7032()
lcd.write("Hello World!")
```
# LICENSE
MIT
Python module for ST7032 LCD controller with I2C interface.
This module is inspired by https://github.com/olkal/LCD_ST7032
Tested with RaspberryPi 2, Python 3.6 and AQM1602XA-RN-GBW
# usage
```
$ pip install -r requirements.txt
$ pip install lcd_st7032
```
# Hello World
```python
from lcd_st7032 import ST7032
lcd = ST7032()
lcd.write("Hello World!")
```
# 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.
Built Distribution
Close
Hashes for lcd_st7032-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b2e209129531a3417b8a26163b2e2218c34d6331cd3a61b41df59268a9f92cd |
|
MD5 | 5eb36f366c841ebe8191d8a12dd07571 |
|
BLAKE2-256 | 6d494528f60b8f0dc0fe80cf3c3600aabb1a0e3173cb2eefc74b5c5a2c9da44a |