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!")
lcd.setCursor(1, 0)
lcd.write([0xba, 0xdd, 0xc6, 0xc1, 0xdc, '!'])
```
# 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!")
lcd.setCursor(1, 0)
lcd.write([0xba, 0xdd, 0xc6, 0xc1, 0xdc, '!'])
```
# 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.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83d9f81825fae29470cf9bb231c82619c10185738fe62109005404c87d6d1d54 |
|
MD5 | 20461ea01b32545bca746350c1f2d480 |
|
BLAKE2-256 | e75ba34a28e81bd451536aafb3c7a2180109465c4232343db933da72b750da28 |