lcd1602-rs 0.1.0

A crate to drive a 1602 LCD via an embedded-hal implementation
Documentation
1
2
3
4
5
6
7
8
9
10
### LCD1602-RS

This is a very basic embedded-hal driver that gives simple connectivity and print capabilities for a 1602 LCD screen.

Current supported features:
 - 4 bit bus connection
 - printing strings
 - clearing the screen

See the [example crate](examples/teensy40) for how this driver can be used on a Teensy MCU.