{"id":20121334,"url":"https://github.com/pimoroni/scroll-phat-hd","last_synced_at":"2025-08-20T08:31:41.993Z","repository":{"id":18124102,"uuid":"80220965","full_name":"pimoroni/scroll-phat-hd","owner":"pimoroni","description":"Python library for Scroll pHAT HD","archived":false,"fork":false,"pushed_at":"2022-12-08T01:33:42.000Z","size":522,"stargazers_count":160,"open_issues_count":5,"forks_count":64,"subscribers_count":25,"default_branch":"master","last_synced_at":"2024-12-16T17:47:58.437Z","etag":null,"topics":["led-display","led-matrix-displays","pypi-package","python","python-library","raspberry-pi"],"latest_commit_sha":null,"homepage":"https://shop.pimoroni.com/products/scroll-phat-hd","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}},"created_at":"2017-01-27T15:50:53.000Z","updated_at":"2024-11-14T11:11:56.000Z","dependencies_parsed_at":"2023-01-11T20:28:08.249Z","dependency_job_id":null,"html_url":"https://github.com/pimoroni/scroll-phat-hd","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimoroni%2Fscroll-phat-hd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimoroni%2Fscroll-phat-hd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimoroni%2Fscroll-phat-hd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimoroni%2Fscroll-phat-hd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pimoroni","download_url":"https://codeload.github.com/pimoroni/scroll-phat-hd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230408170,"owners_count":18220974,"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":["led-display","led-matrix-displays","pypi-package","python","python-library","raspberry-pi"],"created_at":"2024-11-13T19:28:12.497Z","updated_at":"2024-12-19T09:06:34.441Z","avatar_url":"https://github.com/pimoroni.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Scroll pHAT HD](scroll-phat-hd-logo.png)\nhttps://shop.pimoroni.com/products/scroll-phat-hd\n\nhttps://shop.pimoroni.com/products/scroll-hat-mini\n\n17x7 pixels of single-colour, brightness-controlled, message scrolling goodness! This library will work with Scroll pHAT HD and Scroll HAT Mini.\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 HD\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/scrollphathd | 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/scrollphathd/`.\n\n### Manual install:\n\n#### Library install for Python 3:\n\non Raspbian:\n\n```bash\nsudo apt-get install python3-scrollphathd\n```\n\nother environments: \n\n```bash\nsudo pip3 install scrollphathd\n```\n\n#### Library install for Python 2:\n\non Raspbian:\n\n```bash\nsudo apt-get install python-scrollphathd\n```\n\nother environments: \n\n```bash\nsudo pip2 install scrollphathd\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* Node JS library by @whatsim - https://github.com/whatsim/scrollcontroller\n\n## Documentation \u0026 Support\n\n* Guides and tutorials - https://learn.pimoroni.com/scroll-phat-hd\n* Function reference - http://docs.pimoroni.com/scrollphathd/\n* GPIO Pinout - https://pinout.xyz/pinout/scroll_phat_hd\n* Get help - http://forums.pimoroni.com/c/support\n\n## Unofficial / Third-party libraries\n\n* Java library by Jim Darby - https://github.com/hackerjimbo/PiJava\n* Rust library by Tiziano Santoro - https://github.com/tiziano88/scroll-phat-hd-rs\n* Go library by Tom Mitchell - https://github.com/tomnz/scroll-phat-hd-go\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpimoroni%2Fscroll-phat-hd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpimoroni%2Fscroll-phat-hd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpimoroni%2Fscroll-phat-hd/lists"}