Hide log msg

This commit is contained in:
nemunaire 2022-12-10 18:46:13 +01:00
parent 42ced57be1
commit 0472a98007

View File

@ -129,15 +129,15 @@ def main(only_on_coming_evt=False):
try:
import epd7in5
print("image generated")
#print("image generated")
epd = epd7in5.EPD()
epd.init()
print("initialized")
#print("initialized")
epd.display(epd.getbuffer(image))
print("time to sleep")
#print("time to sleep")
epd.sleep()
except: