{"id":30023158,"url":"https://github.com/implferris/max7219-display","last_synced_at":"2025-08-06T04:41:48.994Z","repository":{"id":308221525,"uuid":"1030957649","full_name":"ImplFerris/max7219-display","owner":"ImplFerris","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-04T18:44:24.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-04T21:45:21.807Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ImplFerris.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","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}},"created_at":"2025-08-02T17:39:52.000Z","updated_at":"2025-08-04T18:44:27.000Z","dependencies_parsed_at":"2025-08-04T21:45:23.953Z","dependency_job_id":"ea656634-bce5-4ec0-84c1-e26de4348a88","html_url":"https://github.com/ImplFerris/max7219-display","commit_stats":null,"previous_names":["implferris/max7219-display"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ImplFerris/max7219-display","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImplFerris%2Fmax7219-display","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImplFerris%2Fmax7219-display/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImplFerris%2Fmax7219-display/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImplFerris%2Fmax7219-display/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ImplFerris","download_url":"https://codeload.github.com/ImplFerris/max7219-display/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImplFerris%2Fmax7219-display/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269022173,"owners_count":24346274,"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","status":"online","status_checked_at":"2025-08-06T02:00:09.910Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-08-06T04:41:48.426Z","updated_at":"2025-08-06T04:41:48.977Z","avatar_url":"https://github.com/ImplFerris.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# max7219-display: MAX7219 Display Driver\n\nA platform-agnostic, `no_std` driver for the MAX7219 LED display controller using [`embedded-hal`](https://docs.rs/embedded-hal/latest/embedded_hal/) traits.  Supports both 8x8 LED matrix displays and 7-segment numeric displays.\n\n\n## Crate Features\n\nThis driver supports multiple daisy-chained MAX7219 devices and works with both 7-segment and LED matrix configurations. \n\nIt includes built-in support for scrolling text, displaying characters, and rendering custom patterns on matrix displays. Support for custom fonts. \n\nAdditional features can be enabled by adding the following to your `Cargo.toml`:\n\n- `led-matrix` - provides utility functions for working with 8x8 LED matrix displays, including text rendering, scrolling, and pattern display.\n- `graphics` - integrates with the [`embedded-graphics-core`](https://docs.rs/embedded-graphics-core) crate to enable drawing text, shapes, and images on LED matrix displays.\n- `seven-segment` - adds helper functions for 7-segment numeric displays, such as printing digits and supported characters.\n\n\n## Usage\n\nAdd this to your `Cargo.toml`:\n\n```toml\n[dependencies]\nmax7219-display = {version=\"0.1\", features=[\"led-matrix\", \"seven-segment\", \"graphics\"]}\n# max7219-display = { git = \"https://github.com/implferris/max7219-display\" }\n```\n\n## Examples\n\nExample projects are available in the separate [max7219-examples](https://github.com/implferris/max7219-examples) repository to help you get started.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimplferris%2Fmax7219-display","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimplferris%2Fmax7219-display","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimplferris%2Fmax7219-display/lists"}