Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 323 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 323 Bytes

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.