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 9d8b3ff commit 3ba69e6Copy full SHA for 3ba69e6
examples/ra8875_simpletest.py
@@ -60,8 +60,6 @@
60
display.fill_curve(50, 100, 78, 38, 2, WHITE)
61
62
display.txt_set_cursor(display.width // 2 - 200, display.height // 2 - 20)
63
-print(display.width)
64
-print(display.height)
65
display.txt_trans(WHITE)
66
display.txt_size(2)
67
testvar = 99
0 commit comments