robweber / omni-epd

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

Upgrading Pillow Version 9.1+ #77

Closed robweber closed 2 years ago

robweber commented 2 years ago

This changes the required Pillow version to 9.1 or greater and changes several Pillow static variables to use their updated counterparts. These variables were changed starting with Pillow 9.1 and the old ones removed in 10.0.

The IT8951 library has already updated code to use the newer variable names so at minimum omni-epd needs Pillow to be at that version. This fixes #76

robweber commented 2 years ago

Been running this for about a week now and all is well. Going to merge it in.