{"id":24463407,"url":"https://github.com/aiecee/blinkt_cdev","last_synced_at":"2026-04-29T08:08:12.811Z","repository":{"id":57517697,"uuid":"317511243","full_name":"aiecee/blinkt_cdev","owner":"aiecee","description":"Rust library to control the excellent Pimoroni Blinkt for Raspberry Pi's","archived":false,"fork":false,"pushed_at":"2020-12-01T11:55:30.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T17:18:44.889Z","etag":null,"topics":["pimoroni","pimoroni-blinkt","raspberry-pi","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aiecee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-01T10:52:29.000Z","updated_at":"2022-03-24T08:40:46.000Z","dependencies_parsed_at":"2022-09-26T18:01:29.774Z","dependency_job_id":null,"html_url":"https://github.com/aiecee/blinkt_cdev","commit_stats":null,"previous_names":["mcollinge/blinkt_cdev"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiecee%2Fblinkt_cdev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiecee%2Fblinkt_cdev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiecee%2Fblinkt_cdev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiecee%2Fblinkt_cdev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aiecee","download_url":"https://codeload.github.com/aiecee/blinkt_cdev/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245090870,"owners_count":20559296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pimoroni","pimoroni-blinkt","raspberry-pi","rust"],"created_at":"2025-01-21T05:11:29.198Z","updated_at":"2026-04-29T08:08:07.784Z","avatar_url":"https://github.com/aiecee.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# blinkt_cdev\r\n\r\n[![crates.io](https://meritbadge.herokuapp.com/blinkt_cdev)](https://crates.io/crates/blinkt_cdev)\r\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\r\n[![Minimum rustc version](https://img.shields.io/badge/rustc-v1.39.0-lightgray.svg)](https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html)\r\n\r\nblinkt_cdev is a Rust library that allows you to control [Pimoroni Blinkt!](https://shop.pimoroni.com/products/blinkt) on the Raspberry Pi. This borrows heavily from the awesome [Blinkt](https://github.com/golemparts/blinkt) by golemparts. The difference is that this uses the Rust Embedded [gpio-cdev](https://github.com/rust-embedded/gpio-cdev) library.\r\n\r\n## Documentation\r\n\r\n- Latest Release: [docs.rs/blinkt_cdev/](https://docs.rs/blinkt_cdev/)\r\n\r\n## Usage\r\n\r\nAdd dependency `blinkt_cdev` to your `Cargo.toml`\r\n\r\n```toml\r\n[dependencies]\r\nblinkt_cdev = \"0.1.0\"\r\n```\r\n\r\n```rust\r\nuse blinkt_cdev::*;\r\n\r\nlet mut blinkt = Blinkt::new()?;\r\nblinkt.set_all_pixels(255, 0, 0, 1.0);\r\nblinkt.show()?;\r\n```\r\n\r\n## Examples\r\n\r\nTo run an example use the `cargo run --example [name]` command.\r\n\r\nCurrent examples:\r\n\r\n- `cargo run --example fade`\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faiecee%2Fblinkt_cdev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faiecee%2Fblinkt_cdev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faiecee%2Fblinkt_cdev/lists"}