{"id":13631898,"url":"https://github.com/rust-embedded-community/sensehat-rs","last_synced_at":"2026-02-05T08:11:11.045Z","repository":{"id":57666620,"uuid":"82343675","full_name":"rust-embedded-community/sensehat-rs","owner":"rust-embedded-community","description":"Rust support for the Raspberry Pi Sense Hat","archived":false,"fork":false,"pushed_at":"2024-11-23T19:04:47.000Z","size":66,"stargazers_count":30,"open_issues_count":7,"forks_count":16,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-01-14T11:39:32.349Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-embedded-community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-02-17T22:28:12.000Z","updated_at":"2025-11-27T20:21:23.000Z","dependencies_parsed_at":"2022-09-26T20:31:51.947Z","dependency_job_id":null,"html_url":"https://github.com/rust-embedded-community/sensehat-rs","commit_stats":null,"previous_names":["thejpster/sensehat-rs"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/rust-embedded-community/sensehat-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-embedded-community%2Fsensehat-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-embedded-community%2Fsensehat-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-embedded-community%2Fsensehat-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-embedded-community%2Fsensehat-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-embedded-community","download_url":"https://codeload.github.com/rust-embedded-community/sensehat-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-embedded-community%2Fsensehat-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29116453,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-08-01T22:02:43.148Z","updated_at":"2026-02-05T08:11:11.011Z","avatar_url":"https://github.com/rust-embedded-community.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# sensehat-rs\n\nRust support for the [Raspberry Pi Sense\nHAT](https://www.raspberrypi.org/products/sense-hat/). The Sense HAT is a\nsensor board for the Raspberry Pi. It features an LED matrix, a humidity and\ntemperature sensor, a pressure and temperature sensor, a joystick and a\ngyroscope. See \u003chttps://www.raspberrypi.org/products/sense-hat/\u003e for details\non the Sense HAT.\n\nSee \u003chttps://github.com/RPi-Distro/python-sense-hat\u003e for the official Python driver. This one tries to follow the same API as the Python version.\n\nSee \u003chttps://github.com/thejpster/pi-workshop-rs/\u003e for some workshop materials which use this driver.\n\n## Supported components:\n\n* Humidity and Temperature Sensor (an HTS221)\n* Pressure and Temperature Sensor (a LPS25H)\n* Gyroscope (an LSM9DS1, requires the RTIMU library)\n* LED matrix (partial support for scrolling text only)\n\n## Currently unsupported components:\n\n* Joystick\n\n## Example use\n\n```\nuse sensehat::{Colour, SenseHat};\nif let Ok(mut hat) = SenseHat::new() {\n    println!(\"{:?}\", hat.get_pressure());\n    hat.text(\"Hi!\", Colour::RED, Colour::WHITE);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-embedded-community%2Fsensehat-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frust-embedded-community%2Fsensehat-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-embedded-community%2Fsensehat-rs/lists"}