Skip to content

Commit 8f5cb6f

Browse files
committed
Update ssd1305_pillow_demo.py
1 parent 982cc83 commit 8f5cb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ssd1305_pillow_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
WIDTH = 128
2525
HEIGHT = 64 # Change to 32 if needed
2626
BORDER = 8
27-
COL = 0 # try 4, if you see static, fixes alignment
27+
COL = 0 # If you see static, change 0 --> 4, fixes alignment
2828

2929
# Use for SPI
3030
spi = board.SPI()

0 commit comments

Comments
 (0)