{"id":20372033,"url":"https://github.com/narukara/ssd1306","last_synced_at":"2026-06-01T04:31:55.358Z","repository":{"id":46298440,"uuid":"515291273","full_name":"Narukara/SSD1306","owner":"Narukara","description":"Simple SSD1306 driver using I2C interface","archived":false,"fork":false,"pushed_at":"2024-02-28T10:11:12.000Z","size":991,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T20:36:22.073Z","etag":null,"topics":["c","ssd1306"],"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/Narukara.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":"2022-07-18T18:06:06.000Z","updated_at":"2024-01-26T09:28:56.000Z","dependencies_parsed_at":"2024-11-15T01:11:19.697Z","dependency_job_id":null,"html_url":"https://github.com/Narukara/SSD1306","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Narukara/SSD1306","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narukara%2FSSD1306","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narukara%2FSSD1306/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narukara%2FSSD1306/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narukara%2FSSD1306/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Narukara","download_url":"https://codeload.github.com/Narukara/SSD1306/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narukara%2FSSD1306/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33760645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["c","ssd1306"],"created_at":"2024-11-15T01:11:14.667Z","updated_at":"2026-06-01T04:31:55.340Z","avatar_url":"https://github.com/Narukara.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Simple SSD1306 driver\n\nSupported Features:\n\n- I2C interface\n- draw patterns\n- print characters\n- turn on and off the screen\n\n### Example\n\n```c\n#include \u003cssd1306.h\u003e\n\nssd1306_init();\nssd1306_print(\"0123456789 !@#$^\", Line1);\nfor (uint16_t x = 0; x \u003c 128; x++) {\n    ssd1306_draw_pixel(x, 24);\n}\nssd1306_print(\"ABCDEFGHIJKLMNOP\", Line3);\nssd1306_print(\"QRSTUVWXYZ\", Line4);\nssd1306_show();\n```\n\n\u003cimg src=\".assets/image-20220719023923524.png\" alt=\"image-20220719023923524\" style=\"zoom:50%;\" /\u003e\n\n### How to use\n\n1. Import all source code into your project\n2. Implement the function `ssd1306_hal_i2c_write` in `ssd1306_hal.c`\n3. Import the header file `ssd1306.h` then use the functions provided there","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarukara%2Fssd1306","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnarukara%2Fssd1306","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarukara%2Fssd1306/lists"}