mirror of
https://github.com/Crocmagnon/display-epaper.git
synced 2024-11-21 13:38:03 +01:00
increase transports margin
This commit is contained in:
parent
d0692fc744
commit
afc766f45d
1 changed files with 2 additions and 2 deletions
4
img.go
4
img.go
|
@ -137,8 +137,8 @@ func getImg(ctx context.Context, nowFunc func() time.Time, transportsClient *tra
|
|||
}
|
||||
|
||||
drawTCL(gc, bus, 55)
|
||||
drawTCL(gc, tram, 190)
|
||||
drawVelov(gc, velovRoc, 350)
|
||||
drawTCL(gc, tram, 205)
|
||||
drawVelov(gc, velovRoc, 365)
|
||||
drawDate(gc, nowFunc())
|
||||
drawFete(gc, fetes)
|
||||
drawWeather(gc, wthr)
|
||||
|
|
Loading…
Reference in a new issue