#display #e-ink #embedded-graphics #port #pixel #pimoroni #il0373

no-std uc8151

no_std library for the UC8151(IL0373) e-ink display with embedded-graphics support

6 releases

0.2.0 Jun 3, 2023
0.1.4 Nov 22, 2022
0.1.3 Jul 19, 2022
0.1.2 Jun 13, 2022

#250 in No standard library

Download history 15/week @ 2024-02-26 4/week @ 2024-03-04 6/week @ 2024-03-11 23/week @ 2024-04-01 45/week @ 2024-04-15 5/week @ 2024-04-22

73 downloads per month

MIT license

28KB
608 lines

uc8151-rs - a no-std Rust library for the UC8151(IL0373) e-ink display

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!


lib.rs:

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, which uses a black and white (1bit per pixel) 128x296 pixel screen. Rust embedded-graphics support is enabled with the graphics feature, which is enabled by default.

Dependencies

~165KB