javl / image2cpp

GNU General Public License v3.0
537 stars 160 forks source link

Option for esp32 formatting replacing unsigned char and PROGMEM with just "uint8_t" #63

Open Gaai opened 8 months ago

Gaai commented 8 months ago

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 uint8_t and removing the PROGMEM keyword alltogether.

Thanks for this tool btw! It is already very usefull the way it is. Saving us a lot of efford.