{"id":59116,"library":"ssd1306","title":"SSD1306","description":"I2C/SPI driver for the SSD1306 OLED display controller.","status":"active","version":"0.10.0","language":"rust","source_language":null,"source_url":"https://github.com/rust-embedded-community/ssd1306","tags":["embedded","display","oled","ssd1306","i2c","spi"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nssd1306 = \"0.10.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add ssd1306","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Ssd1306","correct":"use ssd1306::Ssd1306;"}],"quickstart":{"code":"use ssd1306::Ssd1306;\nuse ssd1306::interface::I2cInterface;\n\nfn main() {\n    let display = Ssd1306::new(I2cInterface::new(i2c, addr));\n    display.init().unwrap();\n    display.write_str(\"Hello\").unwrap();\n}","lang":"rust","description":"Initializes an SSD1306 OLED display over I2C and writes text."},"warnings":[{"fix":"Check your hardware wiring and use the appropriate interface (I2cInterface or SpiInterface).","message":"Requires correct I2C/SPI peripheral and address configuration.","severity":"gotcha","affected_versions":">=0.10.0"}],"env_vars":null,"search_vec":"'control':9 'display':8,11 'driver':3 'embed':10 'i2c':14 'i2c/spi':2 'ole':7,12 'spi':15 'ssd1306':1,6,13","created_at":"2026-06-16T16:50:47.720130+00:00","updated_at":"2026-06-16T16:50:47.720130+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/rust-embedded-community/ssd1306","github":"https://github.com/rust-embedded-community/ssd1306","docs":"https://docs.rs/ssd1306/","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-16","next_check":"2026-12-13","install_tag":null}}