{"id":21015518,"url":"https://github.com/ericogr/led-matrix","last_synced_at":"2026-05-17T15:35:31.320Z","repository":{"id":87958552,"uuid":"115021361","full_name":"ericogr/led-matrix","owner":"ericogr","description":"A MongooseOS ledMatrix implementation","archived":false,"fork":false,"pushed_at":"2018-01-05T21:28:04.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-13T16:45:36.289Z","etag":null,"topics":["esp32","led","library","matrix","mongoose-os"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ericogr.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-21T15:41:17.000Z","updated_at":"2017-12-21T19:20:59.000Z","dependencies_parsed_at":"2023-05-22T03:00:24.059Z","dependency_job_id":null,"html_url":"https://github.com/ericogr/led-matrix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ericogr/led-matrix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericogr%2Fled-matrix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericogr%2Fled-matrix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericogr%2Fled-matrix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericogr%2Fled-matrix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericogr","download_url":"https://codeload.github.com/ericogr/led-matrix/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericogr%2Fled-matrix/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267701290,"owners_count":24130447,"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-07-29T02:00:12.549Z","response_time":2574,"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":["esp32","led","library","matrix","mongoose-os"],"created_at":"2024-11-19T10:10:03.978Z","updated_at":"2025-10-10T05:33:08.627Z","avatar_url":"https://github.com/ericogr.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Led Matrix (MAX7219)\nA MongooseOS ledMatrix based on Arduino library\n\n## Use\n\n```\n#include \"LedMatrix.h\"\n\nusing namespace lm;\n\nLedMatrix ledMatrix;\nledMatrix.init();\n//ledMatrix.setRotation(true);\nledMatrix.setText(\"My IOT Device...\");\nledMatrix.setTextAlignment(TEXT_ALIGN_LEFT_END);\nledMatrix.startAnimatedText(50);\n```\n\n## Config Schema\n\n```\nconfig_schema:\n  - [\"ledm.number_of_displays\", 4]\n  - [\"ledm.slave_select_pin\", 5]\n\n  - [\"spi.enable\", true]\n  - [\"spi.miso_gpio\", -1]\n  - [\"spi.mosi_gpio\", 23]\n  - [\"spi.sclk_gpio\", 18]\n  - [\"spi.cs0_gpio\", -1]\n  - [\"spi.cs1_gpio\", -1]\n  - [\"spi.cs2_gpio\", -1]\n  ```\n  * Change spi pins to your device. We don't use miso, cs0, cs1 and cs2\n\n  ## Libs\n\n  ```\n  libs:\n  - origin: https://github.com/ericogr/led-matrix\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericogr%2Fled-matrix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericogr%2Fled-matrix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericogr%2Fled-matrix/lists"}