We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573684b commit 0b44a8eCopy full SHA for 0b44a8e
pyBA63.py
@@ -30,4 +30,4 @@ def WriteData(data):
30
31
def clear():
32
ser.write(const.CLR) # Write clear to serial
33
- SetCursor(0, 0) # Set cursor to beginning
+ SetCursor(1, 1) # Set cursor to beginning
0 commit comments