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 69c5e08 commit 3fa2c77Copy full SHA for 3fa2c77
Bare_eInk_Guide/648x480_monochrome_python/code.py
@@ -16,7 +16,7 @@
16
17
# First define some color constants
18
WHITE = (0xFF, 0xFF, 0xFF)
19
-BLACK = (0xFF, 0x00, 0x00)
+BLACK = (0x00, 0x00, 0x00)
20
21
# Next define some constants to allow easy resizing of shapes and colors
22
BORDER = 20
Bare_eInk_Guide/800x480_monochrome_python/code.py
0 commit comments