File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
ports/espressif/boards/waveshare_esp32_s3_tiny Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11
11
#define MICROPY_HW_BOARD_NAME "Waveshare ESP32-S3-Tiny"
12
12
#define MICROPY_HW_MCU_NAME "ESP32S3"
13
13
14
+ // This corrects the color ordering so that the CircuitPython status lights behave as expected
14
15
#define MICROPY_HW_NEOPIXEL_ORDER_GRB (1)
15
16
#define MICROPY_HW_NEOPIXEL (&pin_GPIO38)
16
17
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
46
46
{ MP_ROM_QSTR (MP_QSTR_IO47 ), MP_ROM_PTR (& pin_GPIO47 ) },
47
47
{ MP_ROM_QSTR (MP_QSTR_IO48 ), MP_ROM_PTR (& pin_GPIO48 ) },
48
48
49
- // NEOPIXEL
49
+ // NEOPIXEL (GRB Color Order)
50
50
{ MP_ROM_QSTR (MP_QSTR_NEOPIXEL ), MP_ROM_PTR (& pin_GPIO38 ) },
51
51
52
52
// UART
You can’t perform that action at this time.
0 commit comments