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 1811107 commit 628f3b7Copy full SHA for 628f3b7
examples/cmd/cmd-example.py
@@ -0,0 +1,4 @@
1
+import nextion
2
+
3
+display = nextion(12, 13, 9600)
4
+print(display.cmd('t0.txt="Its running!"'))
0 commit comments