Crates.io | lcd1602-rs |
lib.rs | lcd1602-rs |
version | 0.1.0 |
source | src |
created_at | 2021-05-12 05:39:32.171408 |
updated_at | 2021-05-12 05:39:32.171408 |
description | A crate to drive a 1602 LCD via an embedded-hal implementation |
homepage | |
repository | https://github.com/levpaul/lcd1602-rs |
max_upload_size | |
id | 396416 |
size | 7,431 |
This is a very basic embedded-hal driver that gives simple connectivity and print capabilities for a 1602 LCD screen.
Current supported features:
See the example crate for how this driver can be used on a Teensy MCU.