{"id":21331141,"url":"https://github.com/netbeast/ledpanel","last_synced_at":"2025-07-12T09:31:32.570Z","repository":{"id":143885522,"uuid":"51594808","full_name":"netbeast/ledpanel","owner":"netbeast","description":"NPM package that allows you to control the bicolor 8x8 Adafruit led panel","archived":false,"fork":false,"pushed_at":"2016-02-25T11:52:14.000Z","size":42,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-29T23:42:04.765Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/netbeast.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-12T14:53:17.000Z","updated_at":"2016-04-24T23:07:34.000Z","dependencies_parsed_at":"2023-05-09T17:45:13.676Z","dependency_job_id":null,"html_url":"https://github.com/netbeast/ledpanel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/netbeast/ledpanel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netbeast%2Fledpanel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netbeast%2Fledpanel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netbeast%2Fledpanel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netbeast%2Fledpanel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netbeast","download_url":"https://codeload.github.com/netbeast/ledpanel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netbeast%2Fledpanel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263287973,"owners_count":23443091,"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":[],"created_at":"2024-11-21T22:29:32.750Z","updated_at":"2025-07-12T09:31:32.303Z","avatar_url":"https://github.com/netbeast.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ledpanel\n\nledpanel allows you to control the Bicolor 8x8 LED matrix backpack from Adafruit\n\n## install\n\n**With npm**\n```\nnpm install ledpanel\n```\n\n##api\n\nColor the matrix\n\n```\nledpanel.matrix(matrix, callback)\n```\n\nColor one pixe\n\n```\nledpanel.printPixel(x,y, callback)\n```\n\nClear all\n\n```\nledpanel.clear(callback)\n```\n\n##examples\n\n```\nvar ledpanel = require('ledpanel')\n\nvar matrix = [[0, 0, 0, 0, 0, 0, 0, 0,],\n\t\t\t\t[1, 1, 1, 1, 1, 1, 1, 1],\n\t\t\t\t[1, 1, 1, 1, 1, 1, 1, 1],\n\t\t\t\t[1, 1, 1, 1, 1, 1, 1, 1],\n\t\t\t\t[1, 1, 1, 1, 1, 1, 1, 1],\n\t\t\t\t[1, 1, 1, 1, 1, 1, 1, 1],\n\t\t\t\t[1, 1, 1, 1, 1, 1, 1, 1],\n\t\t\t\t[1, 1, 1, 1, 1, 1, 1, 1]]\n\nledpanel.matrix(matrix, function(err){\n\tif(err) console.log(err)\n\tconsole.log('Matrix Printed')\n})\n\nledpanel.printPixel(0,0)\n\nledpanel.clear()\n```\n\n## Contact\n* Visit our site [https://netbeast.co](https://netbeast.co)\n* Mail us: staff [at] netbeast.co\n* Report a bug or enter discussion at [issues](https://github.com/netbeast/colorsys/issues)\n* Other resources: [Docs](https://github.com/netbeast/docs/wiki), Netbeast [API](https://github.com/netbeast/API)\n\nThis repo is shared with :heart: from Netbeast IoT regular job translating\nmessages from different devices and aggregating data.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetbeast%2Fledpanel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetbeast%2Fledpanel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetbeast%2Fledpanel/lists"}