{"id":13802192,"url":"https://github.com/devbis/st7789py_mpy","last_synced_at":"2025-05-13T00:07:38.654Z","repository":{"id":43998440,"uuid":"170905422","full_name":"devbis/st7789py_mpy","owner":"devbis","description":"Slow micropython driver for 240x240 ST7789 display without CS pin from Ali Express, written in MicroPython ","archived":false,"fork":false,"pushed_at":"2019-12-27T18:07:52.000Z","size":10,"stargazers_count":90,"open_issues_count":5,"forks_count":33,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-13T00:07:32.700Z","etag":null,"topics":["display-driver","micropython","micropython-esp8266","spi","st7789"],"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/devbis.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}},"created_at":"2019-02-15T17:47:01.000Z","updated_at":"2025-04-25T19:26:10.000Z","dependencies_parsed_at":"2022-07-11T01:18:12.060Z","dependency_job_id":null,"html_url":"https://github.com/devbis/st7789py_mpy","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/devbis%2Fst7789py_mpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbis%2Fst7789py_mpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbis%2Fst7789py_mpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbis%2Fst7789py_mpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devbis","download_url":"https://codeload.github.com/devbis/st7789py_mpy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253843215,"owners_count":21972873,"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":["display-driver","micropython","micropython-esp8266","spi","st7789"],"created_at":"2024-08-04T00:01:38.757Z","updated_at":"2025-05-13T00:07:38.626Z","avatar_url":"https://github.com/devbis.png","language":"Python","funding_links":[],"categories":["Libraries"],"sub_categories":["Display"],"readme":"Slow ST7789 driver for MicroPython\n==================================\n\nThis is a slow MicroPython driver for 240x240 ST7789 display without CS pin \nfrom Ali Express. It also supports 135x240 TTGO Display\n\nVersion: 0.1.4\n\nThe performance is quite low due to python function call overhead.\nIf you have a chance to build firmware and you are using \nESP8266/ESP32 controllers, you should try the fast driver \nhttps://github.com/devbis/st7789_mpy\n\nExamples\n--------\n\n    # ESP8266\n    import machine\n    import st7789py\n    spi = machine.SPI(1, baudrate=40000000, polarity=1)\n    display = st7789py.ST7789(spi, 240, 240, reset=machine.Pin(5, machine.Pin.OUT), dc=machine.Pin(4, machine.Pin.OUT))\n    display.init()\n    display.pixel(120, 120, st7789py.YELLOW)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevbis%2Fst7789py_mpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevbis%2Fst7789py_mpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevbis%2Fst7789py_mpy/lists"}