You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new unit tests to make sure image processing components run without error
support for inky.auto as a valid EPD device. This will auto detect Inky devices and load the correct driver. Thanks @donbing
support for IT8951 devices, such as the WaveShare 6in display
Fixed
calls to Image.quantize require an RGB or L mode Image object, convert any loaded image before applying new palettes
when filling palette too many colors were being set (< 256), wrong length variable was being used
fixed regression where Inky bw mode was causing colors to be inverted
universal fix for Waveshare Tri-color displays as original fixes broke some displays - thanks @aaron8684
Changed
make sure Pillow and Inky packages are known working versions or above - thanks @donbing
bw standardized as the consistent naming for the default black/white device mode. black will throw a warning, affects Inky devices - thanks @missionfloyd