{"id":21278559,"url":"https://github.com/lbuque/epd_binding_micropython","last_synced_at":"2026-05-04T08:32:20.246Z","repository":{"id":137900265,"uuid":"588477656","full_name":"lbuque/epd_binding_micropython","owner":"lbuque","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-13T08:08:32.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T13:41:44.895Z","etag":null,"topics":["eink","einkdisplay","epd","esp32","esp32-s3","micropython"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lbuque.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-01-13T08:07:33.000Z","updated_at":"2024-04-12T05:56:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"03228599-e2d1-466b-9dd3-a183e57a7ffe","html_url":"https://github.com/lbuque/epd_binding_micropython","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/lbuque%2Fepd_binding_micropython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lbuque%2Fepd_binding_micropython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lbuque%2Fepd_binding_micropython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lbuque%2Fepd_binding_micropython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lbuque","download_url":"https://codeload.github.com/lbuque/epd_binding_micropython/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lbuque%2Fepd_binding_micropython/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259067302,"owners_count":22800308,"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":["eink","einkdisplay","epd","esp32","esp32-s3","micropython"],"created_at":"2024-11-21T10:14:59.943Z","updated_at":"2026-05-04T08:32:15.221Z","avatar_url":"https://github.com/lbuque.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EPD Driver for MicroPython\n\n该模块为并口墨水屏提供驱动接口。目前支持的墨水屏显示器有`ED047TC1`。相关产品有[TTGO T5-4.7 Inch E-paper](https://www.aliexpress.com/item/1005002006058892.html).\n\n## Class EPD47\n\n### Constructors\n\n#### class epd.EPD47()\n\n返回EPD47的对象\n\n### Methods\n\n#### EPD47.power(active)\n\n打开或者关闭电子纸的电源，并返回当前的电源状态。\n\n在使用此类上的任何其他方法之前，必须先激活电源。\n\n#### EPD47.bitmap(framebuffer, x, y, width, height)\n\n显示位图数据。\n\n- `framebuffer`: List 类型。位图数据。\n\n- `x`: Numbers 类型。x坐标，范围为0 - 960。\n\n- `y`: Numbers 类型。y坐标，范围为0 - 540。\n\n- `width`: Numbers 类型。显示区域的宽度，范围为0 - 960。\n\n- `height`: Numbers 类型。显示区域的高度，范围为0 - 540。\n\n#### EPD47.clear([x=0, y=0, width=960, height=540])\n\n清除屏幕\n\n#### EPD47.width()\n\n返回电子纸的宽度\n\n#### EPD47.height()\n\n返回电子纸的高度\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flbuque%2Fepd_binding_micropython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flbuque%2Fepd_binding_micropython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flbuque%2Fepd_binding_micropython/lists"}