{"id":13613206,"url":"https://github.com/nquest/micropython-st7565","last_synced_at":"2025-04-13T15:32:46.818Z","repository":{"id":215170589,"uuid":"120374370","full_name":"nquest/micropython-st7565","owner":"nquest","description":"Micropython driver for ST7565 based LCD","archived":false,"fork":false,"pushed_at":"2018-02-14T22:33:51.000Z","size":5,"stargazers_count":13,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-07T21:41:53.655Z","etag":null,"topics":["lcd","micropython","micropython-driver"],"latest_commit_sha":null,"homepage":"","language":"Python","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/nquest.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}},"created_at":"2018-02-05T23:16:23.000Z","updated_at":"2024-09-26T14:23:36.000Z","dependencies_parsed_at":"2024-01-07T21:53:18.849Z","dependency_job_id":null,"html_url":"https://github.com/nquest/micropython-st7565","commit_stats":null,"previous_names":["nquest/micropython-st7565"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nquest%2Fmicropython-st7565","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nquest%2Fmicropython-st7565/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nquest%2Fmicropython-st7565/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nquest%2Fmicropython-st7565/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nquest","download_url":"https://codeload.github.com/nquest/micropython-st7565/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248736014,"owners_count":21153520,"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":["lcd","micropython","micropython-driver"],"created_at":"2024-08-01T20:00:41.608Z","updated_at":"2025-04-13T15:32:46.533Z","avatar_url":"https://github.com/nquest.png","language":"Python","funding_links":[],"categories":["Libraries","精选驱动库"],"sub_categories":["Display","显示类"],"readme":"ST7565 LCD driver for micropython\n=================================\n\nDescription\n-----------\nThis is micropython driver for LCDs based on **ST7565** controller.\nOnly serial mode sopported.\n\nWiring example for ESP8266-based modules\n----------------------------------------\n\n|LCD | ESP8266|\n|----|--------|\n|A0  | GPIO 0 |\n|RST | GPIO 16|\n|CS  | GPIO 15|\n|DATA| GPIO 13|\n|CLOCK| GPIO 14|\n\nUsage example\n-------------\n```python\nimport machine\nfrom st7565 import ST7565\n\nRST = Pin(16, Pin.OUT)\nA0 = Pin(0, Pin.OUT)\nCS = Pin(15, Pin.OUT)\nspibus = SPI(1, baudrate=1000000, polarity=1, phase=1)\n\ndisplay = ST7565(spibus, A0, CS, RST)\ndisplay.fill(1)\ndisplay.show()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnquest%2Fmicropython-st7565","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnquest%2Fmicropython-st7565","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnquest%2Fmicropython-st7565/lists"}