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

timeOffset = screenRotation ?

mattanorak opened this issue · comments

Just noticed this in config.py

data["journey"]['timeOffset'] = os.getenv("screenRotation") or "0"

It looks like timeOffset will be equal to whatever you have your screen rotation set to (0 or in my case, 2).

Is this right?

Ah, ignore me. I've just seen that it's already been noted:
#51