{"id":15538740,"url":"https://github.com/phalski/ledshim","last_synced_at":"2026-05-17T19:03:58.043Z","repository":{"id":57452223,"uuid":"156390243","full_name":"phalski/ledshim","owner":"phalski","description":"A basic application framework for the Pimoroni LED SHIM","archived":false,"fork":false,"pushed_at":"2018-12-09T17:55:13.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-09T12:36:39.710Z","etag":null,"topics":["pimoroni","raspberry-pi"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/phalski.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":"2018-11-06T13:46:45.000Z","updated_at":"2018-12-10T21:48:05.000Z","dependencies_parsed_at":"2022-09-26T17:31:14.678Z","dependency_job_id":null,"html_url":"https://github.com/phalski/ledshim","commit_stats":null,"previous_names":["phalski/phalski-ledshim"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/phalski/ledshim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalski%2Fledshim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalski%2Fledshim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalski%2Fledshim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalski%2Fledshim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phalski","download_url":"https://codeload.github.com/phalski/ledshim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalski%2Fledshim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32360115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["pimoroni","raspberry-pi"],"created_at":"2024-10-02T12:05:48.157Z","updated_at":"2026-04-27T23:37:11.608Z","avatar_url":"https://github.com/phalski.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# phalski-ledshim\n\nA basic application framework for the Pimoroni LED SHIM.\n\nFeatures:\n\n* Easy animation development\n* Flexible pixel segmenting\n* Running multiple animations simultaneously\n* Basic charting supported out of the box\n\n\n## Examples\n\nBasic usage:\n```python\nfrom phalski_ledshim import app, animation\n\napplication = app.App()\napplication.configure_worker(0.1, animation.Rainbow(application.pixels[0:13], 60))\napplication.configure_worker(0.2, animation.LedTest(application.pixels[13:27]))\napplication.exec()\n```\n\nRunning multiple sources in a single worker:\n```python\nfrom phalski_ledshim import app, animation\n\napplication = app.App()\napplication.configure_worker(0.1, animation.Rainbow(application.pixels[0:13], 60), animation.LedTest(application.pixels[13:27]))\napplication.exec()\n```\n\nUsing charts (requires `psutil`):\n```python\nimport psutil\n\nfrom phalski_ledshim import app, chart\n\napplication = app.App()\nsource = chart.Factory.bar_chart_source(application.pixels, lambda: psutil.cpu_percent())\napplication.configure_worker(0.1, source)\napplication.exec()\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphalski%2Fledshim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphalski%2Fledshim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphalski%2Fledshim/lists"}