gaai

Results 6 issues of gaai

The PROGMEM is very usefull for arduino boards. But not for esp32. It would be nice if we had an option for esp32 formatting. Replacing `const unsigned char` with `const...

Imho the myBitmap prefix is undesirable? I've got my images named properly and would like the option for image2cpp to not add any prefix at all. Just keep the image...

Pretty sure it used to work too? Right now importing doesn't do anything. Any error message when something goes wrong would be nice ;)

This is handy for making displays and menu's with icons that change state. Would be nice if you could add all the battery icons in the same spot. But hide...

feature

Would be nice if the bitmap arrays, settings (like setFontMode) and different draw operations (string, line, xbm), would be seperated/grouped together in code, possibly with some explanatory comments. New users...