An open API service indexing awesome lists of open source software.

https://github.com/tracyspacy/st7567_rs

Driver for st7567 LCD written in Rust and supporting embedded graphics.
https://github.com/tracyspacy/st7567_rs

driver embedded embedded-graphics lcd-display pimoroni rp2040 rust

Last synced: 8 months ago
JSON representation

Driver for st7567 LCD written in Rust and supporting embedded graphics.

Awesome Lists containing this project

README

          

# st7567_rs Driver

![Crates.io Total Downloads](https://img.shields.io/crates/d/st7567_rs)

driver for st7567 LCD display with [embedded-graphics](https://github.com/embedded-graphics/embedded-graphics) support written in Rust.

Examples are [here](https://github.com/tracyspacy/st7567_rs_examples)

#### [0.1.3] - 2025-05-12
##### Changed
- `ST7567::new()` now takes two additional parameters: `ScreenDirection` and `Bias`.