Skip to content

Commit 7436b4d

Browse files
authored
clean up ambiguous comment, change tome to 3 min
1 parent ca135db commit 7436b4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/il0373_2.13_color.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
# Place the display group on the screen
4646
display.show(g)
4747

48-
# Refresh the display to have it actually show
49-
# NOTE: Do not refresh eInk displays more often than seconds or more!
48+
# Refresh the display to have it actually show the image
49+
# NOTE: Do not refresh eInk displays sooner than 180 seconds
5050
display.refresh()
5151
print("refreshed")
5252

53-
time.sleep(120)
53+
time.sleep(180)

0 commit comments

Comments
 (0)