Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rdagger/micropython-charlcd
MicroPython Character LCD Display library
https://github.com/rdagger/micropython-charlcd
Last synced: about 19 hours ago
JSON representation
MicroPython Character LCD Display library
- Host: GitHub
- URL: https://github.com/rdagger/micropython-charlcd
- Owner: rdagger
- Created: 2017-03-01T04:24:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-01T22:44:25.000Z (over 7 years ago)
- Last Synced: 2024-08-02T20:45:14.605Z (3 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mpython - micropython-charlcd - Driver for HD44780 compatible LCDs. (精选驱动库 / 显示类)
- awesome-micropython - micropython-charlcd - Driver for HD44780-compatible LCDs. (Libraries / Display)
README
# MicroPython CharLCD library
![lcd](http://www.rototron.info/wp-content/uploads/LCDMP_01.jpg "lcd")A library to control a character LCD display in 4 bit mode on an ESP8266 or ESP32 running MicroPython.
Implementation includes:
* Display text strings
* Set row/line position
* Enable/disable blinking and underline cursor
* Enable/disable display
* Scroll text
* Custom characters_Demo Included:_ Demonstrates most functionality.