17 releases (9 breaking)

0.10.0 Mar 14, 2024
0.9.0 Jun 29, 2023
0.8.1 Jun 19, 2021
0.8.0-alpha.1 Oct 12, 2020
0.4.0 Jun 10, 2019

#81 in Graphics APIs

Download history 87/week @ 2024-01-26 38/week @ 2024-02-02 109/week @ 2024-02-09 147/week @ 2024-02-16 168/week @ 2024-02-23 177/week @ 2024-03-01 188/week @ 2024-03-08 320/week @ 2024-03-15 238/week @ 2024-03-22 270/week @ 2024-03-29 159/week @ 2024-04-05 249/week @ 2024-04-12 207/week @ 2024-04-19 346/week @ 2024-04-26 215/week @ 2024-05-03 72/week @ 2024-05-10

894 downloads per month
Used in 9 crates (8 directly)

MIT license

13KB
322 lines

st7735-lcd-rs

This is a Rust library for displays using the ST7735 driver with embedded_graphics, embedded_hal, and no_std, no_alloc support. Documentation is available here. Examples are here

ferris-demo


lib.rs:

This crate provides a ST7735 driver to connect to TFT displays.

Dependencies

~160KB