l
This commit is contained in:
parent
f23f00bdb1
commit
13e0f74a93
@ -42,9 +42,9 @@ try:
|
|||||||
drawblack.text((5, 15), 'Hausverbrauch', font = font10, fill = 0)
|
drawblack.text((5, 15), 'Hausverbrauch', font = font10, fill = 0)
|
||||||
drawblack.text((5, 30), 'Strom Import/Export', font = font10, fill = 0)
|
drawblack.text((5, 30), 'Strom Import/Export', font = font10, fill = 0)
|
||||||
drawblack.text((5, 45), 'Batterie %', font = font10, fill = 0)
|
drawblack.text((5, 45), 'Batterie %', font = font10, fill = 0)
|
||||||
drawblack.text((5, 60), 'Batterie Laden/Entladen', font = font10, fill = 0)
|
drawry.text((5, 60), 'Batterie Laden/Entladen', font = font10, fill = 0)
|
||||||
#epd.display(epd.getbuffer(HBlackimage), epd.getbuffer(HRYimage))
|
#epd.display(epd.getbuffer(HBlackimage), epd.getbuffer(HRYimage))
|
||||||
epd.display(epd.getbuffer(HRYimage))
|
epd.display(epd.getbuffer(HBlackimage), epd.getbuffer(HRYimage))
|
||||||
time.sleep(2)
|
time.sleep(2)
|
||||||
|
|
||||||
except IOError as e:
|
except IOError as e:
|
||||||
|
Loading…
Reference in New Issue
Block a user