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 8726edc commit d6ff0a9Copy full SHA for d6ff0a9
ports/espressif/boards/lilygo_twatch_s3/mpconfigboard.h
@@ -16,7 +16,8 @@
16
{.scl = &pin_GPIO40, .sda = &pin_GPIO39}}
17
18
#define CIRCUITPY_BOARD_SPI (2)
19
-#define CIRCUITPY_BOARD_SPI_PIN {{.clock = &pin_GPIO18, .mosi = &pin_GPIO13}, \ /*LCD*/
20
- {.clock = &pin_GPIO3, .mosi = &pin_GPIO1, .miso = &pin_GPIO4}} /*LORA*/
+#define CIRCUITPY_BOARD_SPI_PIN {{.clock = &pin_GPIO18, .mosi = &pin_GPIO13}, \
+ {.clock = &pin_GPIO3, .mosi = &pin_GPIO1, .miso = &pin_GPIO4}}
21
+// LCD then LORA
22
23
#define DOUBLE_TAP_PIN (&pin_GPIO21)
0 commit comments