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.
- Host: GitHub
- URL: https://github.com/tracyspacy/st7567_rs
- Owner: tracyspacy
- License: mit
- Created: 2024-04-10T14:08:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T16:54:30.000Z (about 1 year ago)
- Last Synced: 2025-09-20T09:39:39.218Z (9 months ago)
- Topics: driver, embedded, embedded-graphics, lcd-display, pimoroni, rp2040, rust
- Language: Rust
- Homepage: https://crates.io/crates/st7567_rs
- Size: 20.5 KB
- Stars: 12
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# st7567_rs Driver

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`.