We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a586e6 commit 673d636Copy full SHA for 673d636
ports/espressif/boards/m5stack_stamp_s3/mpconfigboard.h
@@ -18,12 +18,3 @@
18
19
#define DEFAULT_UART_BUS_RX (&pin_GPIO44)
20
#define DEFAULT_UART_BUS_TX (&pin_GPIO43)
21
-
22
-// Below section commented out due to LCD not being included by default with StampS3
23
-// Can be re-enabled to add LCD functionality included by Cardputer replacement kit
24
25
-/*
26
-#define CIRCUITPY_BOARD_SPI (2)
27
-#define CIRCUITPY_BOARD_SPI_PIN {{.clock = &pin_GPIO36, .mosi = &pin_GPIO35}, \
28
- {.clock = &pin_GPIO40, .mosi = &pin_GPIO14, .miso = &pin_GPIO39}}
29
-*/
0 commit comments