{"id":13802248,"url":"https://github.com/HeMan/micropython-ws2801","last_synced_at":"2025-05-13T13:30:24.271Z","repository":{"id":57441529,"uuid":"209369246","full_name":"HeMan/micropython-ws2801","owner":"HeMan","description":"MicroPython library for WS2801","archived":false,"fork":false,"pushed_at":"2019-09-27T07:21:38.000Z","size":4,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-14T04:54:20.263Z","etag":null,"topics":[],"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/HeMan.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":"2019-09-18T17:42:54.000Z","updated_at":"2021-11-25T21:19:34.000Z","dependencies_parsed_at":"2022-09-06T02:40:34.084Z","dependency_job_id":null,"html_url":"https://github.com/HeMan/micropython-ws2801","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeMan%2Fmicropython-ws2801","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeMan%2Fmicropython-ws2801/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeMan%2Fmicropython-ws2801/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeMan%2Fmicropython-ws2801/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HeMan","download_url":"https://codeload.github.com/HeMan/micropython-ws2801/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225218004,"owners_count":17439712,"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-08-04T00:01:40.248Z","updated_at":"2024-11-18T17:31:12.829Z","avatar_url":"https://github.com/HeMan.png","language":"Python","readme":"# MicroPython WS2801\n\nA MicroPython library to interface with strands of WS2801 RGB LEDs. It's based\non Adafruit WS2801 library for regular Python.\n\n## Examples\n\nCopy the file to your device, using ampy, webrepl or compiling and deploying. eg.\n\n```bash\n$ ampy put ws2801.py\n```\n\nor use upip\n```python\n\u003e\u003e\u003e import upip\n\u003e\u003e\u003e upip.install('micropython-ws2800')\n```\n\n**Use a 7 pixel strand and set all LED's red**\n```python\nfrom machine import SPI\nfrom ws2801 import WS2801Pixels\n\nspi = SPI(1)\nws = WS2801Pixels(7, spi)\n\nws.set_pixels_rgb(255, 0, 0)\nws.show()\n```\n\n## Links\n\n* [Adafruit WS2801](https://github.com/adafruit/Adafruit_Python_WS2801)\n* [micropython.org](http://micropython.org)\n* [Adafruit Ampy](https://learn.adafruit.com/micropython-basics-load-files-and-run-code/install-ampy)\n\n## License\n\nLicensed under the [MIT License](http://opensource.org/licenses/MIT).\n","funding_links":[],"categories":["Libraries"],"sub_categories":["Display"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHeMan%2Fmicropython-ws2801","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FHeMan%2Fmicropython-ws2801","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHeMan%2Fmicropython-ws2801/lists"}