We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da03462 commit 9dd1043Copy full SHA for 9dd1043
examples/rgb_display_pillow_animated_gif.py
@@ -30,6 +30,8 @@
30
# Configuration for CS and DC pins (these are PiTFT defaults):
31
cs_pin = digitalio.DigitalInOut(board.CE0)
32
dc_pin = digitalio.DigitalInOut(board.D25)
33
+
34
+# Set this to None on the Mini PiTFT
35
reset_pin = digitalio.DigitalInOut(board.D24)
36
37
def init_button(pin):
0 commit comments