Skip to content

Commit 953b7a1

Browse files
authored
Merge pull request #10204 from Neradoc/fix-neopixel-rgb-waveshare-esp32-c6-etc
Fix neopixel colors GRB on waveshare_esp32_c6_lcd_1_47
2 parents f108587 + cb57d45 commit 953b7a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/espressif/boards/waveshare_esp32_c6_lcd_1_47/mpconfigboard.h

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#define MICROPY_HW_MCU_NAME "ESP32-C6FH4"
1313

1414
#define MICROPY_HW_NEOPIXEL (&pin_GPIO8)
15+
#define MICROPY_HW_NEOPIXEL_ORDER_GRB (1)
1516

1617
// I2C
1718
#define CIRCUITPY_BOARD_I2C (1)

0 commit comments

Comments
 (0)