{"id":16525521,"url":"https://github.com/andrewn/resin-epaper","last_synced_at":"2026-06-01T01:31:01.909Z","repository":{"id":66464836,"uuid":"102082696","full_name":"andrewn/resin-epaper","owner":"andrewn","description":"e-ink displays working with ResinOS","archived":false,"fork":false,"pushed_at":"2018-06-09T10:44:40.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T02:24:54.157Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrewn.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":"2017-09-01T06:48:58.000Z","updated_at":"2019-07-28T17:28:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"e2b6a84b-715b-4cf0-86a9-20a07160dd26","html_url":"https://github.com/andrewn/resin-epaper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrewn/resin-epaper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewn%2Fresin-epaper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewn%2Fresin-epaper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewn%2Fresin-epaper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewn%2Fresin-epaper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewn","download_url":"https://codeload.github.com/andrewn/resin-epaper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewn%2Fresin-epaper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33756575,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-11T17:03:49.250Z","updated_at":"2026-06-01T01:31:01.890Z","avatar_url":"https://github.com/andrewn.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ePaper display × ResinOS\n\n## Background \n\nThis is based on the [`resin-io-playground/resinio-PaPiRus`](https://github.com/resin-io-playground/resinio-PaPiRus) Dockerfile here adapted to work on Debian Stretch (Pi2 / 3) or Raspbian Stretch (Pi 1 / Zero).\n\nAlthough this is intended for the [PaPiRus](https://www.pi-supply.com/product/papirus-epaper-eink-screen-hat-for-raspberry-pi/) HAT, it successfully works with the [Percheron Electronics E-paper HAT](http://www.percheron-electronics.uk/shop/e-paper-hat/).\n\n## Why\n\nThe [`PiSupply/PaPiRus`](https://github.com/PiSupply/PaPiRus) is nice as it gives you Python scripts for various demos and functionality. For example, `papirus-draw image.png -r 180` will render an image rotated 180 degrees to the display. `papirus-clear` will clear the display. This is in addition to the Python2.7 API.\n\n## Installation with unmanaged ResinOS\n\nThis is tested with the open-source \"unmanaged\" version of [ResinOS]() that can be deployed locally.\n\n1. Follow [Getting Started](https://resinos.io/docs/raspberrypi3/gettingstarted/) to install ResinOS on a Pi.\n2. `git clone https://github.com/andrewn/resin-epaper`\n3. `cd resin-epaper`\n3. Edit the top of the `Dockerfile` to match the Pi number you want to deploy to\n4. `sudo resin local push --source .`\n5. Wait for the image to build (this will take a few mins)\n6. When the container starts, it should display `logo.png`\n\n## Credits\n\nThis is just an amended version of the following:\n\n- [Resin IO example](https://github.com/resin-io-playground/resinio-PaPiRus)\n- [.. using `PiSupply/PaPiRus`](https://github.com/PiSupply/PaPiRus)\n\nBut I also took inspiration from:\n\n- [@jayniz's embeddedartists-epaper-raspberry-docker](https://github.com/jayniz/embeddedartists-epaper-raspberry-docker)\n- [.. based on `embeddedartists/gratis`](https://github.com/embeddedartists/gratis)\n- [.. forked from `repaper/gratis`](https://github.com/repaper/gratis/)\n\n## License\n\nCopyright 2017 Andrew Nicolaou.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewn%2Fresin-epaper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewn%2Fresin-epaper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewn%2Fresin-epaper/lists"}