{"id":23510803,"url":"https://github.com/perfecxx/micropython-ssd1306","last_synced_at":"2025-06-10T16:32:26.051Z","repository":{"id":269144015,"uuid":"906556870","full_name":"PerfecXX/MicroPython-SSD1306","owner":"PerfecXX","description":"MicroPython Library for SSD1306 OLED Displays with some simple shape drawing functions.","archived":false,"fork":false,"pushed_at":"2025-05-06T08:33:33.000Z","size":342,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-06T09:44:13.570Z","etag":null,"topics":["esp32","micropython","oled","ssd1306","ssd1306-driver","ssd1306-oled","ssd1306-oled-example"],"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/PerfecXX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2024-12-21T08:25:00.000Z","updated_at":"2025-05-06T08:33:36.000Z","dependencies_parsed_at":"2025-05-06T09:42:44.222Z","dependency_job_id":null,"html_url":"https://github.com/PerfecXX/MicroPython-SSD1306","commit_stats":null,"previous_names":["perfecxx/micropython-ssd1306"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerfecXX%2FMicroPython-SSD1306","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerfecXX%2FMicroPython-SSD1306/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerfecXX%2FMicroPython-SSD1306/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerfecXX%2FMicroPython-SSD1306/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PerfecXX","download_url":"https://codeload.github.com/PerfecXX/MicroPython-SSD1306/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerfecXX%2FMicroPython-SSD1306/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259110510,"owners_count":22806733,"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":["esp32","micropython","oled","ssd1306","ssd1306-driver","ssd1306-oled","ssd1306-oled-example"],"created_at":"2024-12-25T12:12:14.112Z","updated_at":"2025-06-10T16:32:26.044Z","avatar_url":"https://github.com/PerfecXX.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MicroPython SSD1306\n\n[![Version](https://img.shields.io/badge/version-1.0.2-green.svg)](https://github.com/PerfecXX/MicroPython-SSD1306)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)\n\nMicroPython Library for SSD1306 OLED Displays with some simple shape drawing functions.\n\n# Installation\n- Manual Installation\n  - Upload the ```ssd1306.py``` file to your device.\n- Thonny IDE Package Manager\n  - Open Thonny IDE.\n  - Go to Tools \u003e Manage Packages.\n  - Search for ```micropython-ssd1306-driver``` and install it.\n\n# Example Usage\n- [Screen Control](https://github.com/PerfecXX/MicroPython-SSD1306/tree/main/example/i2c/screen%20control)\n- [Text](https://github.com/PerfecXX/MicroPython-SSD1306/tree/main/example/i2c/text)\n- [Shape](https://github.com/PerfecXX/MicroPython-SSD1306/tree/main/example/i2c/shape)\n- [Image](https://github.com/PerfecXX/MicroPython-SSD1306/tree/main/example/i2c/image)\n- [QRCode](https://github.com/PerfecXX/MicroPython-SSD1306/tree/main/example/i2c/QRCode)\n- [More Example](https://github.com/PerfecXX/MicroPython-SSD1306/tree/main/example)\n\n# Quick Example\n\n```python\n# Import Library\nfrom ssd1306 import SSD1306_I2C\nfrom machine import Pin,SoftI2C\n\n# Pin Setup\ni2c = SoftI2C(scl=Pin(22), sda=Pin(21))\noled = SSD1306_I2C(128, 64, i2c)\n\n# Text Display (Text,x,y,color)\noled.text(\"Hello Wolrd!\",0,0,1)\noled.show()\n```\n\n# Useful Link \u0026 Tools\n- [External QRCode Library](https://github.com/JASchilz/uQR)\n  - This library is used to generate a QR code matrix and render it to the SSD1306.\n- [Image to Matrix Generator](https://jlamch.net/MXChipWelcome/)\n  - This link is used to convert images into byte arrays and render them to the SSD1306.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperfecxx%2Fmicropython-ssd1306","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperfecxx%2Fmicropython-ssd1306","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperfecxx%2Fmicropython-ssd1306/lists"}