Skip to main content

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


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

lcd_st7032-0.2.0-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page