Skip to content

Commit 9177e52

Browse files
committed
feat(kodedot): OPI 32MB flash/PSRAM + SDMMC 1-bit + LCD/NeoPixel pin update
1 parent f5e5536 commit 9177e52

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

variants/kodedot/pins_arduino.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,10 @@ static const uint8_t T0 = A0, T1 = A1, T2 = A2, T3 = A3;
101101
/* PIN1, PIN2, PIN19, PIN20 are power/ground and deliberately
102102
left undefined – they are **not** usable as GPIO. */
103103

104-
#endif /* Pins_Arduino_h */
104+
/* ==== Default SPI pins for library compatibility ==== */
105+
#define SCK 17 // LCD_SCK • QSPI_CLK
106+
#define MISO -1 // No MISO available in this design
107+
#define MOSI 15 // LCD_MOSI • QSPI_IO0
108+
#define SS 9 // LCD_CS
109+
110+
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)