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

#78 in Graphics APIs

Download history 103/week @ 2024-01-01 267/week @ 2024-01-08 162/week @ 2024-01-15 212/week @ 2024-01-22 76/week @ 2024-01-29 58/week @ 2024-02-05 119/week @ 2024-02-12 193/week @ 2024-02-19 142/week @ 2024-02-26 190/week @ 2024-03-04 316/week @ 2024-03-11 176/week @ 2024-03-18 224/week @ 2024-03-25 308/week @ 2024-04-01 136/week @ 2024-04-08 263/week @ 2024-04-15

948 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