Skip to content

Bitmap ⇔ Code Generator, Suitable for use with GyverMAX7219 and possibly other code or hardware that uses 8x8 bitmaps

Notifications You must be signed in to change notification settings

cowboy/bitmap-code-generator

Repository files navigation

Bitmap ⇔ Code Generator

github pages

Convert between bitmaps and code, with a GUI bitmap editor

Suitable for use with GyverMAX7219 and possibly other code or hardware that uses 8x8 bitmaps or LED matrixes

Online Editor

https://bitmap-code-generator.benalman.com/

Example

A bitmap like this:

Becomes this C++ code:

const uint8_t robot[] PROGMEM = {0x42, 0x7e, 0x81, 0xa5, 0x81, 0x7e, 0x3c, 0xff};

Or this JavaScript code:

const robot = [0x42, 0x7e, 0x81, 0xa5, 0x81, 0x7e, 0x3c, 0xff]

And vice-versa!

About

Bitmap ⇔ Code Generator, Suitable for use with GyverMAX7219 and possibly other code or hardware that uses 8x8 bitmaps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published