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

#348 in Hardware support

Download history 556/week @ 2024-11-13 477/week @ 2024-11-20 434/week @ 2024-11-27 805/week @ 2024-12-04 475/week @ 2024-12-11 417/week @ 2024-12-18 67/week @ 2024-12-25 818/week @ 2025-01-01 577/week @ 2025-01-08 362/week @ 2025-01-15 660/week @ 2025-01-22 552/week @ 2025-01-29 374/week @ 2025-02-05 275/week @ 2025-02-12 261/week @ 2025-02-19 287/week @ 2025-02-26

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