{"id":28265791,"url":"https://github.com/rezagooner/atmega32-glcd-ks0108-animation","last_synced_at":"2026-06-25T06:31:12.220Z","repository":{"id":290908083,"uuid":"975962419","full_name":"RezaGooner/ATmega32-GLCD-KS0108-Animation","owner":"RezaGooner","description":"A lightweight program for rendering frame-by-frame animations on KS0108-based GLCD displays using ATmega32. Includes demo code, wiring guides, and optimized routines for smooth playback.","archived":false,"fork":false,"pushed_at":"2025-05-01T08:58:37.000Z","size":293,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-15T07:48:22.125Z","etag":null,"topics":["atmega32","bitmap-animation","glcd","ks0108","lcd-animation","lcd-display","microcontroller"],"latest_commit_sha":null,"homepage":"","language":"Assembly","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/RezaGooner.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,"zenodo":null}},"created_at":"2025-05-01T08:08:21.000Z","updated_at":"2025-05-01T08:53:34.000Z","dependencies_parsed_at":"2025-05-01T09:22:14.488Z","dependency_job_id":"b98625c5-8c81-4de5-82a2-504e1ac3ba29","html_url":"https://github.com/RezaGooner/ATmega32-GLCD-KS0108-Animation","commit_stats":null,"previous_names":["rezagooner/atmega32-glcd-ks0108-animation"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/RezaGooner/ATmega32-GLCD-KS0108-Animation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RezaGooner%2FATmega32-GLCD-KS0108-Animation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RezaGooner%2FATmega32-GLCD-KS0108-Animation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RezaGooner%2FATmega32-GLCD-KS0108-Animation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RezaGooner%2FATmega32-GLCD-KS0108-Animation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RezaGooner","download_url":"https://codeload.github.com/RezaGooner/ATmega32-GLCD-KS0108-Animation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RezaGooner%2FATmega32-GLCD-KS0108-Animation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34763481,"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-25T02:00:05.521Z","response_time":101,"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":["atmega32","bitmap-animation","glcd","ks0108","lcd-animation","lcd-display","microcontroller"],"created_at":"2025-05-20T13:13:52.893Z","updated_at":"2026-06-25T06:31:12.209Z","avatar_url":"https://github.com/RezaGooner.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ATmega32 KS0108 Animation Player\n*A lightweight program for rendering smooth animations on KS0108 graphic LCDs using the ATmega32.*\n\n![sonic-ezgif com-resize](https://github.com/user-attachments/assets/eccd0395-fa36-4cbf-b977-c6835f4917ef)\n\n\n## 🛠 Hardware Setup\n### Components\n- ATmega32 microcontroller (or compatible AVR).\n\n- KS0108-based 128x64 GLCD (e.g., JHD12864E).\n\n![image](https://github.com/user-attachments/assets/c6bef027-094e-4123-b257-14e3d70595f4)\n\n\n### Wiring\n| ATmega32 pins | KS0108 pins | Connection |\n|------------|---------|--------------|\n| PORTA0 | DB0 | Data bit 0 |\n| PORTA1 | DB1 | Data bit 1 |\n| PORTA2 | DB2 | Data bit 2 |\n| PORTA3 | DB3 | Data bit 3 |\n| PORTA4 | DB4 | Data bit 4 |\n| PORTA5 | DB5 | Data bit 5 |\n| PORTA6 | DB6 | Data bit 6 |\n| PORTA7 | DB7 | Data bit 7 |\n| PORTB0 | E | Enable |\n| PORTB1 | Read/Write |\n| PORTB2 | DI | |\n| PORTB3 | ~RST | |\n| PORTB4 | CS1 | Chip select 2 |\n| PORTB4 | CS2 | Chip select 2 |\n\n## 📝 License\nMIT License. See [License](license).\n\n## 🤝 Contribute\nIf you want to:\n- Report bugs via [Issues](https://github.com/RezaGooner/ATmega32-GLCD-KS0108-Animation/issues).\n\n- Submit PR for optimizations/new features.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frezagooner%2Fatmega32-glcd-ks0108-animation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frezagooner%2Fatmega32-glcd-ks0108-animation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frezagooner%2Fatmega32-glcd-ks0108-animation/lists"}