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

#251 in Hardware support

Download history 382/week @ 2024-09-21 242/week @ 2024-09-28 70/week @ 2024-10-05 554/week @ 2024-10-12 799/week @ 2024-10-19 385/week @ 2024-10-26 240/week @ 2024-11-02 594/week @ 2024-11-09 516/week @ 2024-11-16 521/week @ 2024-11-23 731/week @ 2024-11-30 610/week @ 2024-12-07 405/week @ 2024-12-14 187/week @ 2024-12-21 352/week @ 2024-12-28 753/week @ 2025-01-04

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