{"id":20121402,"url":"https://github.com/pimoroni/scroll-phat","last_synced_at":"2025-08-20T01:31:36.000Z","repository":{"id":2598524,"uuid":"46125454","full_name":"pimoroni/scroll-phat","owner":"pimoroni","description":"Library and examples for Scroll pHAT. 11x5 LEDs of goodness!","archived":false,"fork":false,"pushed_at":"2023-07-20T13:10:50.000Z","size":302,"stargazers_count":104,"open_issues_count":2,"forks_count":53,"subscribers_count":24,"default_branch":"master","last_synced_at":"2024-12-16T17:47:58.380Z","etag":null,"topics":["docker","led-display","pypi-package","raspberry-pi","raspberry-pi-library","raspbian"],"latest_commit_sha":null,"homepage":"https://shop.pimoroni.com/products/scroll-phat","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/pimoroni.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":"2015-11-13T14:08:48.000Z","updated_at":"2024-02-03T01:33:04.000Z","dependencies_parsed_at":"2024-11-13T19:32:52.636Z","dependency_job_id":"d8569557-93bd-46d7-aeac-7b219afeb4d3","html_url":"https://github.com/pimoroni/scroll-phat","commit_stats":{"total_commits":166,"total_committers":24,"mean_commits":6.916666666666667,"dds":0.6626506024096386,"last_synced_commit":"cbf16cfc81810d57eb56897ba332d00a0d18461f"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimoroni%2Fscroll-phat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimoroni%2Fscroll-phat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimoroni%2Fscroll-phat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimoroni%2Fscroll-phat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pimoroni","download_url":"https://codeload.github.com/pimoroni/scroll-phat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230382858,"owners_count":18216854,"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":["docker","led-display","pypi-package","raspberry-pi","raspberry-pi-library","raspbian"],"created_at":"2024-11-13T19:28:56.647Z","updated_at":"2024-12-19T05:07:47.915Z","avatar_url":"https://github.com/pimoroni.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Scroll pHAT](scroll-phat-logo-new.png)\nhttps://shop.pimoroni.com/products/scroll-phat\n\n11x5 pixels of single-colour, message scrolling goodness!\n\n## Installing\n\n### Full install (recommended):\n\nWe've created an easy installation script that will install all pre-requisites and get your Scroll pHAT\nup and running with minimal efforts. To run it, fire up Terminal which you'll find in Menu -\u003e Accessories -\u003e Terminal\non your Raspberry Pi desktop, as illustrated below:\n\n![Finding the terminal](http://get.pimoroni.com/resources/github-repo-terminal.png)\n\nIn the new terminal window type the command exactly as it appears below (check for typos) and follow the on-screen instructions:\n\n```bash\ncurl https://get.pimoroni.com/scrollphat | bash\n```\n\nAlternatively, on Raspbian, you can download the `pimoroni-dashboard` and install your product by browsing to the relevant entry:\n\n```bash\nsudo apt-get install pimoroni\n```\n(you will find the Dashboard under 'Accessories' too, in the Pi menu - or just run `pimoroni-dashboard` at the command line)\n\nIf you choose to download examples you'll find them in `/home/pi/Pimoroni/scrollphat/`.\n\n### Manual install:\n\n#### Library install for Python 3:\n\non Raspbian:\n\n```bash\nsudo apt-get install python3-scrollphat\n```\n\nother environments: \n\n```bash\nsudo pip3 install scrollphat\n```\n\n#### Library install for Python 2:\n\non Raspbian:\n\n```bash\nsudo apt-get install python-scrollphat\n```\n\nother environments: \n\n```bash\nsudo pip2 install scrollphat\n```\n\n### Development:\n\nIf you want to contribute, or like living on the edge of your seat by having the latest code, you should clone this repository, `cd` to the library directory, and run:\n\n```bash\nsudo python3 setup.py install\n```\n(or `sudo python setup.py install` whichever your primary Python environment may be)\n\nIn all cases you will have to enable the i2c bus.\n\n## Alternative Libraries\n\n* PowerShell IoT Driver by @DanielSSilva - https://github.com/DanielSSilva/PowerShell-IoT---IS31FL3730-Driver\n\n## Documentation \u0026 Support\n\n* Guides and tutorials - https://learn.pimoroni.com/scroll-phat\n* Function reference - http://docs.pimoroni.com/scrollphat/\n* GPIO Pinout - https://pinout.xyz/pinout/scroll_phat\n* Get help - http://forums.pimoroni.com/c/support\n\n## Docker image\n\nFor those who are curious and interested in learning about Docker on the Pi, this repository includes a fully tested Dockerfile for using the scrollphat library without needing to install it on the base system.\n\nTo build, cd into the docker directory and run:\n\n```\n$ ./build_docker.sh\n```\n\nFor complete instructions, see DOCKER.md in the same directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpimoroni%2Fscroll-phat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpimoroni%2Fscroll-phat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpimoroni%2Fscroll-phat/lists"}