Hide log msg
This commit is contained in:
parent
42ced57be1
commit
0472a98007
6
main.py
6
main.py
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user