{"id":69659,"library":"st7735-lcd","title":"ST7735 LCD","description":"ST7735 TFT LCD driver with embedded-graphics support.","status":"active","version":"0.10.0","language":"rust","source_language":null,"source_url":"https://github.com/sajattack/st7735-lcd-rs","tags":["embedded","display","driver","graphics"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nst7735-lcd = \"0.10.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add st7735-lcd","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"ST7735","correct":"use st7735_lcd::ST7735;"}],"quickstart":{"code":"use st7735_lcd::ST7735;\nuse embedded_graphics::prelude::*;\n\nfn main() {\n    // Assuming a display interface is available\n    let mut display = ST7735::new(/* interface */);\n    display.clear(Rgb565::BLACK).unwrap();\n}","lang":"rust","description":"Initialize and clear an ST7735 LCD display."},"warnings":[],"env_vars":null,"search_vec":"'display':13 'driver':6,14 'embed':9,12 'embedded-graph':8 'graphic':10,15 'lcd':2,5 'st7735':1,3 'support':11 'tft':4","created_at":"2026-06-17T18:04:20.553383+00:00","updated_at":"2026-06-17T18:04:20.553383+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/sajattack/st7735-lcd-rs","github":"https://github.com/sajattack/st7735-lcd-rs","docs":"https://docs.rs/st7735-lcd/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}