Crates.io | clerk |
lib.rs | clerk |
version | 0.4.0 |
source | src |
created_at | 2017-06-22 19:32:40.823969 |
updated_at | 2017-12-14 20:07:02.220428 |
description | A fully featured hardware agnostic HD44780 LCD controlling library. |
homepage | |
repository | https://github.com/kunerd/clerk |
max_upload_size | |
id | 20197 |
size | 57,622 |
Hardware independent HD44780 LCD library written in Rust
The library's goal is to provide a high level interface to control HD44780 compliant LCD displays. It does not rely on std
and therefore it should work on PCs as well as on embedded devices. Its main goal is to provide all features defined in the HD44780 spec.
This library is actively maintained and most of the features described in the HD44780 spec are implemented. The current work mainly concentrates on providing a first stable version.
seek()
)seek()
)Just create a ticket.
All kinds of contributions are highly welcome (see TODOs). Create tickets with feature requests, design ideas and so on. You can also find me on Mozillas IRC channel #rust.
This project is licensed under MIT license (LICENSE or https://opensource.org/licenses/MIT)