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

#198 in Hardware support

Download history 72/week @ 2024-07-11 85/week @ 2024-07-18 270/week @ 2024-07-25 159/week @ 2024-08-01 151/week @ 2024-08-08 625/week @ 2024-08-15 196/week @ 2024-08-22 421/week @ 2024-08-29 299/week @ 2024-09-05 130/week @ 2024-09-12 116/week @ 2024-09-19 470/week @ 2024-09-26 113/week @ 2024-10-03 152/week @ 2024-10-10 891/week @ 2024-10-17 610/week @ 2024-10-24

1,789 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