{"id":19026165,"url":"https://github.com/konstantinzolotarev/elixir_max72xx","last_synced_at":"2025-09-09T21:35:08.954Z","repository":{"id":62428984,"uuid":"86682199","full_name":"konstantinzolotarev/elixir_max72xx","owner":"konstantinzolotarev","description":"Hex package to use 8x8 LED matrix or 7-segment displays with MAX72XX microchip in Elixir/Nerves projects","archived":false,"fork":false,"pushed_at":"2017-06-08T12:02:57.000Z","size":26,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-13T04:37:21.185Z","etag":null,"topics":["elixir","ledmatrix","max7219","max7221","nerves","nerves-project","spi"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/konstantinzolotarev.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":"2017-03-30T09:06:12.000Z","updated_at":"2022-04-14T14:18:22.000Z","dependencies_parsed_at":"2022-11-01T20:01:17.960Z","dependency_job_id":null,"html_url":"https://github.com/konstantinzolotarev/elixir_max72xx","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/konstantinzolotarev/elixir_max72xx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konstantinzolotarev%2Felixir_max72xx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konstantinzolotarev%2Felixir_max72xx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konstantinzolotarev%2Felixir_max72xx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konstantinzolotarev%2Felixir_max72xx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/konstantinzolotarev","download_url":"https://codeload.github.com/konstantinzolotarev/elixir_max72xx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konstantinzolotarev%2Felixir_max72xx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274366542,"owners_count":25272294,"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-09-09T02:00:10.223Z","response_time":80,"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":["elixir","ledmatrix","max7219","max7221","nerves","nerves-project","spi"],"created_at":"2024-11-08T20:47:51.455Z","updated_at":"2025-09-09T21:35:08.910Z","avatar_url":"https://github.com/konstantinzolotarev.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ElixirMax72xx\n\n`elixir_max72xx` provides high level of abstractions for interfacing with MAX7219/MAX7221\nmicrochips with LED matrix and 7-segment displays using SPI communication bus.\n\n**Disclaimer**: This is still under heavy development and probably isn't suited for production use.\nPlease consider testing and contributing to improving the project.\n\n## Documentation\nProject and API documentation is available online at [hexdocs.pm](https://hexdocs.pm/elixir_max72xx)\n\n## Installation\n\n`ElixirMax72xx` [available in Hex](https://hexdocs.pm/elixir_max72xx), the package can be installed\nby adding `elixir_max72xx` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:elixir_max72xx, \"~\u003e 0.1.0\"}]\nend\n```\n\nEnsure `elixir_max72xx` is started before your application:\n```elixir\ndef application(_target) do\n      [mod: {MyApplication.Application, []},\n       extra_applications: [:elixir_max72xx]]\n    end\n```\n\n## Configuration\n\n**TBD**\n\n## Example\n\n```elixir\nalias ElixirMax72xx.Matrix\n\ndef some_func do\n  Matrix.clear()\n  Matrix.set_row(1, 0b00111100)\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonstantinzolotarev%2Felixir_max72xx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkonstantinzolotarev%2Felixir_max72xx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonstantinzolotarev%2Felixir_max72xx/lists"}