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
243 stars 74 forks source link

Feature/add individual departure times #88

Closed metacurb closed 1 year ago

metacurb commented 1 year ago

Closes #59

Displays the estimated or scheduled time of the service at each leg of a journey. Can be enabled via config. Defaults to false.

I hope you don't mind, I also did a little bit of clean-up

chrisys commented 1 year ago

@BeauAgst this is amazing! Thanks so much for the contribution! I'll take a look through ASAP

chrisys commented 1 year ago

Merging this - looks great, thanks once again! I'll need to make a little change as you've followed my convention of typecasting strings to bools in the config which doesn't work as I expected (related to #1), but I'll do that separately.

mattanorak commented 1 year ago

Awesome! Thanks!