#lcd

st7735-lcd

ST7735 TFT LCD driver with embedded-graphics support

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

#507 in Hardware support

Download history 67/week @ 2024-07-01 49/week @ 2024-07-08 86/week @ 2024-07-15 82/week @ 2024-07-22 353/week @ 2024-07-29 97/week @ 2024-08-05 287/week @ 2024-08-12 556/week @ 2024-08-19 266/week @ 2024-08-26 385/week @ 2024-09-02 215/week @ 2024-09-09 84/week @ 2024-09-16 459/week @ 2024-09-23 170/week @ 2024-09-30 64/week @ 2024-10-07 752/week @ 2024-10-14

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