chrisys / train-departure-display

A replica, near real-time, miniature UK railway station train departure sign based upon a Raspberry Pi Zero and 256x64 SPI OLED display
245 stars 76 forks source link

DeprecationWarning in Balena console at startup #79

Closed jruys closed 1 year ago

jruys commented 1 year ago

At startup of the Train Departure Display service I get several warnings like listed below. Seems to spell doom on or after 2023/07.


Starting Train Departure Display v0.3.4 src/main.py:175: DeprecationWarning: textsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use textbbox or textlength instead. nameSize = draw.textsize("UK Train Departure Display", fontBold)

chrisys commented 1 year ago

Thanks for reporting @jruys - I've created a PR to resolve this.