pimoroni / inky

Combined library for V2/V3 Inky pHAT and Inky wHAT.
https://shop.pimoroni.com/?q=inky
MIT License
575 stars 121 forks source link

Add palettes to `InkyMockImpression` class #167

Closed corranwebster closed 1 year ago

corranwebster commented 1 year ago

This adds SATURATED_PALETTE and DESATURATED_PALETTE to the InkyMockImpression class, which is required for the _palette_blend call in set_image() to work.

Fixes #166.

Gadgetoid commented 1 year ago

Thank you!