8000 fix neopixel colors GRB on waveshare_esp32_c6_lcd_1_47 · adafruit/circuitpython@cb57d45 · GitHub
[go: up one dir, main page]

Skip to content

Commit cb57d45

Browse files
committed
fix neopixel colors GRB on waveshare_esp32_c6_lcd_1_47
1 parent f108587 commit cb57d45

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

Lines changed: 1 addition & 0 deletions
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)
0