{"id":16859629,"url":"https://github.com/cowboy/bitmap-code-generator","last_synced_at":"2025-03-18T14:31:48.078Z","repository":{"id":46461748,"uuid":"412891815","full_name":"cowboy/bitmap-code-generator","owner":"cowboy","description":"Bitmap ⇔ Code Generator, Suitable for use with GyverMAX7219 and possibly other code or hardware that uses 8x8 bitmaps","archived":false,"fork":false,"pushed_at":"2021-10-16T03:10:00.000Z","size":859,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-24T19:11:25.115Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://bitmap-code-generator.benalman.com/","language":"JavaScript","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/cowboy.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}},"created_at":"2021-10-02T19:21:52.000Z","updated_at":"2021-10-16T03:09:58.000Z","dependencies_parsed_at":"2022-09-05T14:32:10.135Z","dependency_job_id":null,"html_url":"https://github.com/cowboy/bitmap-code-generator","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/cowboy%2Fbitmap-code-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cowboy%2Fbitmap-code-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cowboy%2Fbitmap-code-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cowboy%2Fbitmap-code-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cowboy","download_url":"https://codeload.github.com/cowboy/bitmap-code-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244240286,"owners_count":20421429,"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":[],"created_at":"2024-10-13T14:18:55.305Z","updated_at":"2025-03-18T14:31:48.052Z","avatar_url":"https://github.com/cowboy.png","language":"JavaScript","readme":"# Bitmap ⇔ Code Generator\n\n[![github pages](https://github.com/cowboy/bitmap-code-generator/actions/workflows/main.yml/badge.svg)](https://github.com/cowboy/bitmap-code-generator/actions/workflows/main.yml)\n\nConvert between bitmaps and code, with a GUI bitmap editor\n\nSuitable for use with [GyverMAX7219](https://github.com/GyverLibs/GyverMAX7219)\nand possibly other code or hardware that uses 8x8 bitmaps or LED matrixes\n\n## Online Editor\n\nhttps://bitmap-code-generator.benalman.com/\n\n## Example\n\nA bitmap like this:\n\n![](https://github.com/cowboy/bitmap-code-generator/blob/main/public/robot.png?raw=true)\n\nBecomes this C++ code:\n\n```cpp\nconst uint8_t robot[] PROGMEM = {0x42, 0x7e, 0x81, 0xa5, 0x81, 0x7e, 0x3c, 0xff};\n```\n\nOr this JavaScript code:\n\n```js\nconst robot = [0x42, 0x7e, 0x81, 0xa5, 0x81, 0x7e, 0x3c, 0xff]\n```\n\nAnd vice-versa!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcowboy%2Fbitmap-code-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcowboy%2Fbitmap-code-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcowboy%2Fbitmap-code-generator/lists"}