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 01d5f9b commit a99a985Copy full SHA for a99a985
examples/sleep/sleep-example.py
@@ -0,0 +1,11 @@
1
+from nextion import nextion
2
+import time
3
+
4
+time.sleep(2)
5
6
+display = nextion(12, 13, 9600)
7
+display.sleep(1)
8
9
10
11
+display.sleep(0)
0 commit comments