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

AttributeError: 'FreeTypeFont' object has no attribute 'getsize' #175

Closed helgibbons closed 9 months ago

helgibbons commented 1 year ago

Looks like the getsize() method is deprecated in Pillow 10.0.0, so the examples that use it will need updating.

In the meantime, it works if you roll back to an older version of Pillow:

pip install Pillow==9.5.0