robweber / omni-epd

An EPD (electronic paper display) class abstraction to simplify communications across multiple display types.
GNU General Public License v3.0
77 stars 16 forks source link

Palette handling #10

Closed robweber closed 3 years ago

robweber commented 3 years ago

This adds palette handling to the INI file. Not 100% just yet but the basics are there. This allows for either users to setup color filtering for images on their own if they wish or more importantly a mechanism for displays with multiple colors to use a built in function to filter out colors prior to passing the image to the display() function.

robweber commented 3 years ago

This should be good now, used the missionfloyd method of separating images from #8