Skip to content

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.

License

Notifications You must be signed in to change notification settings

mumme74/eimg_arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eimg_arduino

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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages