{"id":13802113,"url":"https://github.com/ayoy/micropython-waveshare-epd","last_synced_at":"2025-07-13T15:30:31.321Z","repository":{"id":66441854,"uuid":"127399849","full_name":"ayoy/micropython-waveshare-epd","owner":"ayoy","description":"Waveshare E-Paper Display driver for devices running Pycom-flavored MicroPython","archived":false,"fork":false,"pushed_at":"2018-04-03T12:53:38.000Z","size":44,"stargazers_count":49,"open_issues_count":2,"forks_count":17,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-22T12:33:37.035Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/ayoy.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}},"created_at":"2018-03-30T08:00:17.000Z","updated_at":"2024-04-12T05:05:24.000Z","dependencies_parsed_at":"2024-01-07T21:53:20.055Z","dependency_job_id":"c77127f7-167d-4f65-894c-8cab0933f922","html_url":"https://github.com/ayoy/micropython-waveshare-epd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayoy%2Fmicropython-waveshare-epd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayoy%2Fmicropython-waveshare-epd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayoy%2Fmicropython-waveshare-epd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayoy%2Fmicropython-waveshare-epd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayoy","download_url":"https://codeload.github.com/ayoy/micropython-waveshare-epd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225893368,"owners_count":17540914,"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:36.307Z","updated_at":"2024-11-22T11:51:10.057Z","avatar_url":"https://github.com/ayoy.png","language":"Python","readme":"# Waveshare E-Paper Display library for Pycom MicroPython\n\nThis library is based on the original Waveshare library for Raspberry Pi, available [here](https://www.waveshare.com/wiki/1.54inch_e-Paper_Module_(B)).\n\nAt the moment it supports 1.54\" Waveshare two-color E-Paper Display only.\n\n## Features\n\n* Drawing lines (horizontal, vertical and between two arbitrary points)\n* Drawing rectangles and circles, both regular and filled\n* Drawing images from raw data (`list` or `bytes` object)\n* Drawing images from BMP files (Windows-style 1-color bitmap)\n* Adjusting screen orientation\n* Power saving mode (~30uA)\n\n![demo](https://kapustacc.files.wordpress.com/2018/03/epd-goinvent.gif)\n\n## Usage\n\n\n### Initializing\n\nThe e-paper display uses 6 data lines for communication:\n\n    reset = Pin('P19')\n    dc = Pin('P20')\n    busy = Pin('P18')\n    cs = Pin('P4')\n    clk = Pin('P21')\n    mosi = Pin('P22')\n\n    epd = epd1in54b.EPD(reset, dc, busy, cs, clk, mosi)\n\n### Displaying data\n\nConsult `main.py` for an example usage.\nIn order to use fonts, copy them to `epd/lib` directory, or (recommended) freeze them in firmware. See [this blog post](https://kapusta.cc/2018/03/31/epd/) for more info on how to do it.\n","funding_links":[],"categories":["Libraries"],"sub_categories":["Display"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayoy%2Fmicropython-waveshare-epd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayoy%2Fmicropython-waveshare-epd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayoy%2Fmicropython-waveshare-epd/lists"}