{"id":20147997,"url":"https://github.com/ate329/espgif_ssd1306","last_synced_at":"2026-05-19T06:05:47.076Z","repository":{"id":206680477,"uuid":"717450817","full_name":"Ate329/ESPGIF_SSD1306","owner":"Ate329","description":"This repository is modified based on ESPGIF by shraiwi. It can display GIF for ESP8266 with SSD1306 OLED screen.","archived":false,"fork":false,"pushed_at":"2024-06-03T11:00:45.000Z","size":1302,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-09T05:39:35.541Z","etag":null,"topics":["esp8266","esp8266-arduino","gif","ssd1306","ssd1306-oled","ssd1306-oled-example"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ate329.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-11T14:22:26.000Z","updated_at":"2024-06-03T11:00:48.000Z","dependencies_parsed_at":"2024-01-16T08:25:10.891Z","dependency_job_id":"55c0a434-3286-450b-9c7a-b58bc0fb0f13","html_url":"https://github.com/Ate329/ESPGIF_SSD1306","commit_stats":null,"previous_names":["ateee329/espgif_ssd1306","ate329/espgif_ssd1306"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ate329/ESPGIF_SSD1306","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ate329%2FESPGIF_SSD1306","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ate329%2FESPGIF_SSD1306/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ate329%2FESPGIF_SSD1306/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ate329%2FESPGIF_SSD1306/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ate329","download_url":"https://codeload.github.com/Ate329/ESPGIF_SSD1306/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ate329%2FESPGIF_SSD1306/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33204098,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"online","status_checked_at":"2026-05-19T02:00:06.763Z","response_time":58,"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":["esp8266","esp8266-arduino","gif","ssd1306","ssd1306-oled","ssd1306-oled-example"],"created_at":"2024-11-13T22:33:22.931Z","updated_at":"2026-05-19T06:05:47.058Z","avatar_url":"https://github.com/Ate329.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESPGIF_SSD1306\nThis repository is modified based on [ESPGIF](https://github.com/shraiwi/ESPGIF) (for SSD1351) by [shraiwi](https://github.com/shraiwi). It can display GIF for ESP8266 with SSD1306 OLED screen.  \n\n**I hope everyone who has SSD1306 and struggling of converting GIF and displaying GIF on it will find this repository helpful!**\n\n\n## Introduction\nThis project is based on [ESPGIF](https://github.com/shraiwi/ESPGIF) (for SSD1351) by [shraiwi](https://github.com/shraiwi).    \n\nNow the GIFCovert can be used for any size of GIF and convert into a size that you want.  \n\nGIFDisplay in the folder GIFDisplay is being changed based on the use of SSD1306 instead of SSD1351 OLED screen.  \n  \nGIF.h in the folder ExampleGIF is an example of convertion with the example gif in the ExampleGIF folder.  \n(The example uses SSD1306 NOT SSD1351 OLED screen)  \n\nI used an online GIF editer called [EZGIF](https://ezgif.com) to adjust my GIF to the resolution I want and the size can be loaded into ESP8266.  \n(Due to the fact that most ESP8266 development boards have little flash memory)  \n\n**YOU NEDD TO PUT THE CONVERTED FILE(GIF.h) IN THE SAME FOLDER WITH GIFDisplay.ino or GIFDisplayOld.ino or CHANGE THE CODE DEPENDING ON THE SCREEN YOU HAVE.**  \n\nThe change in each file will be described in detail in the README in each folder.\n\n\n## Wiring\nThe wiring of SSD1306 and SSD1351 is quite different.  \n\n SSD1306 | ESP8266 \n ------- | ------- \n   GND   |    G \n   VCC   |   3V\n   SCL   |   D1\n   SDA   |   D2\n\n\n## Demonstration\nHere is a video of the final effect with the example GIF in this repository:  \n\n\n\nhttps://github.com/Ate329/ESPGIF_SSD1306/assets/74974216/619176a2-10b5-434a-b542-7463140fce5e\n\n\n\nSorry for the poor video quality :(  \n\n\n## Thanks to\nESPGIF https://github.com/shraiwi/ESPGIF  \n\n## License\nThis repository is under the Apache 2.0 License, the same as [ESPGIF](https://github.com/shraiwi/ESPGIF).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fate329%2Fespgif_ssd1306","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fate329%2Fespgif_ssd1306","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fate329%2Fespgif_ssd1306/lists"}