Skip to content

Commit 628f3b7

Browse files
committed
Update cmd-example.py
1 parent 1811107 commit 628f3b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/cmd/cmd-example.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)