setup_examples/ssd1680_esp32.py: Add comment re rst pin.

pull/36/merge
Peter Hinch 2025-05-18 11:59:29 +01:00
rodzic 0a3491e17d
commit 8f2212634e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ import gc
from drivers.epaper.epd29_ssd1680 import EPD as SSD
dc = Pin(4, Pin.OUT, value=0)
rst_pin = 2
rst_pin = 2 # Note reset pin is specified by ID number.
cs = Pin(5, Pin.OUT, value=1)
busy = Pin(15, Pin.IN)