Skip to content

Commit 93a23fd

Browse files
authored
Add DVI pin mapping to Pimoroni Pico Plus 2W (#3027)
1 parent 49efd05 commit 93a23fd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

variants/pimoroni_pico_plus_2w/pins_arduino.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@
5353

5454
#define PICO_RP2350A 0 // RP2530B
5555

56+
// DVI connector
57+
#define PIN_CKN (15u)
58+
#define PIN_CKP (14u)
59+
#define PIN_D0N (13u)
60+
#define PIN_D0P (12u)
61+
#define PIN_D1N (19u)
62+
#define PIN_D1P (18u)
63+
#define PIN_D2N (17u)
64+
#define PIN_D2P (16u)
65+
5666
/* Pins mappings for marked pins on the board */
5767
static const uint8_t D0 = (0u);
5868
static const uint8_t D1 = (1u);

0 commit comments

Comments
 (0)