Skip to content

Commit

Permalink
clean up ambiguous comment, change tome to 3 min
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKitty committed Oct 10, 2019
1 parent ca135db commit 7436b4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/il0373_2.13_color.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
# Place the display group on the screen
display.show(g)

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

time.sleep(120)
time.sleep(180)

0 comments on commit 7436b4d

Please sign in to comment.