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 details)

Uploaded Python 3

File details

Details for the file lcd_st7032-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for lcd_st7032-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 83d9f81825fae29470cf9bb231c82619c10185738fe62109005404c87d6d1d54
MD5 20461ea01b32545bca746350c1f2d480
BLAKE2b-256 e75ba34a28e81bd451536aafb3c7a2180109465c4232343db933da72b750da28

See more details on using hashes here.

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