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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeprecationWarning in Balena console at startup

jruys opened this issue · comments

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)

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