Skip to content

Commit 9dd1043

Browse files
committed
Added a comment to better accomodate the Mini PiTFT
1 parent da03462 commit 9dd1043

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/rgb_display_pillow_animated_gif.py

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
# Configuration for CS and DC pins (these are PiTFT defaults):
3131
cs_pin = digitalio.DigitalInOut(board.CE0)
3232
dc_pin = digitalio.DigitalInOut(board.D25)
33+
34+
# Set this to None on the Mini PiTFT
3335
reset_pin = digitalio.DigitalInOut(board.D24)
3436

3537
def init_button(pin):

0 commit comments

Comments
 (0)