#embedded-hal-driver #embedded-hal #driver #no-std-driver #teensy #no-std #hd44780

no-std lcd1602-rs

A crate to drive a 1602 LCD via an embedded-hal implementation

1 unstable release

0.1.0 May 12, 2021

#5 in #teensy

34 downloads per month

MIT license

7KB
164 lines

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 for how this driver can be used on a Teensy MCU.


lib.rs:

lcd1602_rs

lcd1602_rs is a simple embedded-hal driver for a 1602 LCD screen

Dependencies

~71KB