change
This commit is contained in:
parent
96742e5b52
commit
5e6ec59cde
@ -70,7 +70,7 @@ def init_monitor():
|
|||||||
drawblack.text((4, 43), 'Oder ' + str(duration.days * 24) + " Stunden", font = font14, fill = 0)
|
drawblack.text((4, 43), 'Oder ' + str(duration.days * 24) + " Stunden", font = font14, fill = 0)
|
||||||
drawblack.text((4, 58), 'Oder ' + str(round(duration.days / 365,2)) + " Jahre", font = font14, fill = 0)
|
drawblack.text((4, 58), 'Oder ' + str(round(duration.days / 365,2)) + " Jahre", font = font14, fill = 0)
|
||||||
drawblack.text((4, 73), "Wirst du am: " + str(ruhestand.strftime("%d.%m.%Y")), font = font14, fill = 0)
|
drawblack.text((4, 73), "Wirst du am: " + str(ruhestand.strftime("%d.%m.%Y")), font = font14, fill = 0)
|
||||||
drawblack.text((4, 88), "in den Ruhestand gehen!!!!!", font = font14, fill = 0)
|
drawblack.text((14, 88), "in den Ruhestand gehen!!!!!", font = font14, fill = 0)
|
||||||
|
|
||||||
epd.display(epd.getbuffer(HBlackimage), epd.getbuffer(HRYimage))
|
epd.display(epd.getbuffer(HBlackimage), epd.getbuffer(HRYimage))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user