Crates.io | u8dl |
lib.rs | u8dl |
version | 0.1.0 |
source | src |
created_at | 2024-05-08 15:24:17.987272 |
updated_at | 2024-05-08 15:24:17.987272 |
description | Universal 8bit Device Library for driving monochrome devices like OLEDs and LCDs |
homepage | |
repository | https://github.com/Song-aff/u8dl |
max_upload_size | |
id | 1233886 |
size | 2,194 |
u8dl is a Rust library providing drivers for monochrome devices such as OLEDs and LCDs, designed for embedded systems. TODO
no_std
environments.To use this library in your Rust project, add the following to your Cargo.toml
file:
[dependencies]
u8dl = "0.1.0"