A decompress library to show eimg compressed images. It reads the images from Flash memory, pictures are compiled in with the rest of the program.
This lib makes it feasable to save icons and such things in flash memory without worrying about space to much
a 16x16 2 color icon with some transparency could be as low as 60 bytes on 16 bit tft display
This is the decompress library for displaying eimg compressed images. See: https://github.com/mumme74/eimg
See example folder for how to use it with a Teensy and Adafruit 160x128 tft display
Current implementation works with function pointer to drawPixel function to support more tft libs, though this API may change in the future