Skip to content

Commit 96a3300

Browse files
authored
Merge pull request #9949 from Neradoc/fix-status-rgb-order-picos3
Waveshare pico S3: change the color order of the RBG LED
2 parents 04608a3 + 99c5709 commit 96a3300

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/espressif/boards/waveshare_esp32_s3_pico/mpconfigboard.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#define MICROPY_HW_BOARD_NAME "Waveshare ESP32-S3-Pico"
1212
#define MICROPY_HW_MCU_NAME "ESP32S3"
1313

14+
#define MICROPY_HW_NEOPIXEL_ORDER_GRB (1)
1415
#define MICROPY_HW_NEOPIXEL (&pin_GPIO21)
1516

1617
#define DEFAULT_UART_BUS_RX (&pin_GPIO12)

0 commit comments

Comments
 (0)