Registry / other / st7735-lcd

st7735-lcd

JSON →
library0.10.0rscratesunverified

ST7735 TFT LCD driver with embedded-graphics support.

# Cargo.toml [dependencies] st7735-lcd = "0.10.0"
INSTALL
IMPORT
SIG · ST7735-LCD
S
st7735-lcd
otherrustv0.10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ST7735
✓ use st7735_lcd::ST7735;

Initialize and clear an ST7735 LCD display.

use st7735_lcd::ST7735; use embedded_graphics::prelude::*; fn main() { // Assuming a display interface is available let mut display = ST7735::new(/* interface */); display.clear(Rgb565::BLACK).unwrap(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources