Update ssd1305_pillow_demo.py
This commit is contained in:
parent
982cc834c2
commit
8f5cb6fb7b
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ oled_reset = digitalio.DigitalInOut(board.D4)
|
|||
WIDTH = 128
|
||||
HEIGHT = 64 # Change to 32 if needed
|
||||
BORDER = 8
|
||||
COL = 0 # try 4, if you see static, fixes alignment
|
||||
COL = 0 # If you see static, change 0 --> 4, fixes alignment
|
||||
|
||||
# Use for SPI
|
||||
spi = board.SPI()
|
||||
|
|
|
|||
Loading…
Reference in a new issue