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 aefb639 commit f1c2fabCopy full SHA for f1c2fab
Bare_eInk_Guide/212x104_flexible_monochrome_python/code.py
@@ -65,7 +65,7 @@
65
# Draw some shapes.
66
# First define some constants to allow easy resizing of shapes.
67
padding = 5
68
-shape_width = 30
+shape_width = 30
69
top = padding
70
bottom = height - padding
71
# Move left to right keeping track of the current x position for drawing shapes.
Bare_eInk_Guide/250x122_monochrome_python/code.py
0 commit comments