Cribstone / pibus

Bus arrival times on a Raspberry Pi with an E-Paper HAT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pibus 1.0

This is a very simple project to fetch information about my local bus stop in
London and display the number of minutes until the next bus on an e-Ink
display attached to a Raspberry Pi.

You need to put a font in this directory called font.ttf and unless it's the
same version of Courier that I used, you'll need to adjust the co-ordinates
the various bits of text are rendered at.

You also need to figure out the ID of your bus stop. You can get a list of them
from http://data.london.gov.uk/dataset/tfl-bus-stop-locations-and-routes

Then run bus.sh -b BUSSTOPID -l BUSROUTENAME

About

Bus arrival times on a Raspberry Pi with an E-Paper HAT

License:MIT License


Languages

Language:Python 99.7%Language:Shell 0.3%