Skip to content

Commit 85a8f1e

Browse files
committed
Add APA102 and DEFAULT_I2C_BUS definitions to the lilygo_tdongle_s3
1 parent dae495f commit 85a8f1e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ports/espressif/boards/lilygo_tdongle_s3/mpconfigboard.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@
1111
#define MICROPY_HW_BOARD_NAME "LILYGO T-Dongle S3"
1212
#define MICROPY_HW_MCU_NAME "ESP32S3"
1313

14-
#define DEFAULT_UART_BUS_RX (&pin_GPIO44)
15-
#define DEFAULT_UART_BUS_TX (&pin_GPIO43)
14+
#define MICROPY_HW_APA102_MOSI (&pin_GPIO40)
15+
#define MICROPY_HW_APA102_SCK (&pin_GPIO39)
16+
17+
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO44)
18+
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO43)

0 commit comments

Comments
 (0)