Skip to content

Commit 673d636

Browse files
authored
Remove LCD code comments
1 parent 4a586e6 commit 673d636

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ports/espressif/boards/m5stack_stamp_s3/mpconfigboard.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,3 @@
1818

1919
#define DEFAULT_UART_BUS_RX (&pin_GPIO44)
2020
#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

Comments
 (0)