We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca135db commit 7436b4dCopy full SHA for 7436b4d
examples/il0373_2.13_color.py
@@ -45,9 +45,9 @@
45
# Place the display group on the screen
46
display.show(g)
47
48
-# Refresh the display to have it actually show
49
-# 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
50
display.refresh()
51
print("refreshed")
52
53
-time.sleep(120)
+time.sleep(180)
0 commit comments