From 8b1a9628d0c4b7ed52dba24db72e669eda953604 Mon Sep 17 00:00:00 2001 From: Clement Skau Date: Sun, 5 Mar 2017 15:56:52 +0900 Subject: [PATCH] Updates pins in examples/image.py to not overlap with PWM. --- examples/image.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/image.py b/examples/image.py index 25f5bc7..7415d60 100644 --- a/examples/image.py +++ b/examples/image.py @@ -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