lcd1602-rs

Crates.iolcd1602-rs
lib.rslcd1602-rs
version0.1.0
sourcesrc
created_at2021-05-12 05:39:32.171408
updated_at2021-05-12 05:39:32.171408
descriptionA crate to drive a 1602 LCD via an embedded-hal implementation
homepage
repositoryhttps://github.com/levpaul/lcd1602-rs
max_upload_size
id396416
size7,431
Levi Lovelock (levpaul)

documentation

README

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.

Commit count: 16

cargo fmt