{"id":13613251,"url":"https://github.com/vrialland/micropython-ht1632c","last_synced_at":"2025-04-14T17:22:09.023Z","repository":{"id":148808938,"uuid":"116172678","full_name":"vrialland/micropython-ht1632c","owner":"vrialland","description":"Micropython driver for Sure Electronics' HT1632C bicolor led matrix ","archived":false,"fork":false,"pushed_at":"2018-01-10T08:12:29.000Z","size":39,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-22T12:34:15.822Z","etag":null,"topics":["esp8266","micropython"],"latest_commit_sha":null,"homepage":null,"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/vrialland.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-01-03T19:15:11.000Z","updated_at":"2024-02-09T02:04:21.000Z","dependencies_parsed_at":"2024-01-07T21:53:21.446Z","dependency_job_id":null,"html_url":"https://github.com/vrialland/micropython-ht1632c","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/vrialland%2Fmicropython-ht1632c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrialland%2Fmicropython-ht1632c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrialland%2Fmicropython-ht1632c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrialland%2Fmicropython-ht1632c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vrialland","download_url":"https://codeload.github.com/vrialland/micropython-ht1632c/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248923855,"owners_count":21183984,"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":["esp8266","micropython"],"created_at":"2024-08-01T20:00:42.689Z","updated_at":"2025-04-14T17:22:08.998Z","avatar_url":"https://github.com/vrialland.png","language":"Python","funding_links":[],"categories":["Libraries","精选驱动库"],"sub_categories":["Display","显示类"],"readme":"# MicroPython lib for HT1632C led matrix from Sure Electronics\n\nThis library was written to control the Sure Electronics 32x16 bicolor led\nmatrix from MicroPython. It has only been tested with an ESP8266 and the 32x16\nbicolor matrix, using it on the 24x16 or 32x8 versions probably won't work as \nis. If you can help providing support for them, please be welcome :)\n\n\n## Wiring\n\nThis is the default pin layout to control the matrix:\n\n| ESP8266 | HT1632C | Color  | GPIO |\n|---------|---------|--------|------|\n| D5      | DATA    | Blue   | 14   |\n| D6      | CS      | Green  | 12   |\n| D7      | WR      | Yellow | 13   |\n| D8      | CLK     | Orange | 15   |\n\n\nThis can be easily overriden using the `*_pin` params in the constructor:\n```python\nHT1632C(clk_pin=15, cs_pin=12, data_pin=14, wr_pin=13, intensity=PWM_10_16)\n```\n\n\n## Special thanks\n\nThis library is heavily inspired from these C and C++ libraries:\n\n- https://github.com/redgick/Redgick_GFX\n- https://github.com/gauravmm/HT1632-for-Arduino\n- https://github.com/wildstray/ht1632c\n\nKudos to their authors!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrialland%2Fmicropython-ht1632c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvrialland%2Fmicropython-ht1632c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrialland%2Fmicropython-ht1632c/lists"}