pico_epaper_42_v2.py: Change default pin to match hardware.

pull/80/head
Peter Hinch 2024-07-22 14:10:41 +01:00
rodzic a6b19a8792
commit 99829bb266
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -57,8 +57,7 @@ _EPD_WIDTH = const(400)
_BWIDTH = _EPD_WIDTH // 8
_EPD_HEIGHT = const(300)
_RST_PIN = 12
# changed default to 7, as this can be confusing on pico -- pin 8 for SPI1 is the Rx, which overrides DC pin if miso is set to none
_RST_PIN = 12 # Pin defaults match wiring of Pico socket
_DC_PIN = 8
_CS_PIN = 9
_BUSY_PIN = 13