mirror of
https://github.com/pimoroni/st7735-python.git
synced 2025-01-05 22:40:25 +03:00
Updates pins in examples/image.py to not overlap with PWM.
This commit is contained in:
@@ -26,8 +26,8 @@ import Adafruit_GPIO.SPI as SPI
|
||||
|
||||
|
||||
# Raspberry Pi configuration.
|
||||
DC = 18
|
||||
RST = 23
|
||||
DC = 24
|
||||
RST = 25
|
||||
SPI_PORT = 0
|
||||
SPI_DEVICE = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user