Crates.io | uc8151 |
lib.rs | uc8151 |
version | 0.2.0 |
source | src |
created_at | 2022-06-12 12:45:20.369598 |
updated_at | 2023-06-03 11:32:47.857041 |
description | no_std library for the UC8151(IL0373) e-ink display with embedded-graphics support |
homepage | |
repository | https://github.com/9names/uc8151-rs |
max_upload_size | |
id | 604609 |
size | 28,435 |
This is a Rust port of the Pimoroni UC8151 library.
UC8151 is also sometimes referred to as IL0373.
The current implementation only supports the particular variant used on the Pimoroni badger2040.
badger2040 uses a black and white (1bit per pixel) 128x296 pixel screen.
Rust embedded-graphics support is enabled with the graphics
default feature - you will want to use this!