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

pin pillow and inky deps #59

Closed donbing closed 2 years ago

donbing commented 2 years ago

I had an older version of pillow installed which was preventing the test app from running. I've pinned the minimum pillow version to an old, but working version. also set the most recent inky version in this PR

robweber commented 2 years ago

Makes sense to me - thanks for doing that. I had this issue once a while back, I wonder if default installs of the RPI OS come bundled with some old version of Pillow?