Skip to content

Commit 49efd05

Browse files
authored
Add DVI pin mapping to Pimoroni Pico Plus 2 (#3026)
1 parent a469573 commit 49efd05

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

variants/pimoroni_pico_plus_2/pins_arduino.h

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

5252
#define PICO_RP2350A 0 // RP2350B
5353

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

0 commit comments

Comments
 (0)