Hide log msg
This commit is contained in:
parent
42ced57be1
commit
0472a98007
1 changed files with 3 additions and 3 deletions
6
main.py
6
main.py
|
@ -129,15 +129,15 @@ def main(only_on_coming_evt=False):
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import epd7in5
|
import epd7in5
|
||||||
print("image generated")
|
#print("image generated")
|
||||||
|
|
||||||
epd = epd7in5.EPD()
|
epd = epd7in5.EPD()
|
||||||
epd.init()
|
epd.init()
|
||||||
print("initialized")
|
#print("initialized")
|
||||||
|
|
||||||
epd.display(epd.getbuffer(image))
|
epd.display(epd.getbuffer(image))
|
||||||
|
|
||||||
print("time to sleep")
|
#print("time to sleep")
|
||||||
epd.sleep()
|
epd.sleep()
|
||||||
|
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue