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 1111#define MICROPY_HW_BOARD_NAME "Waveshare ESP32-S3-Tiny"
1212#define MICROPY_HW_MCU_NAME "ESP32S3"
1313
14+ // This corrects the color ordering so that the CircuitPython status lights behave as expected
1415#define MICROPY_HW_NEOPIXEL_ORDER_GRB (1)
1516#define MICROPY_HW_NEOPIXEL (&pin_GPIO38)
1617
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[] = {
4646 { MP_ROM_QSTR (MP_QSTR_IO47 ), MP_ROM_PTR (& pin_GPIO47 ) },
4747 { MP_ROM_QSTR (MP_QSTR_IO48 ), MP_ROM_PTR (& pin_GPIO48 ) },
4848
49- // NEOPIXEL
49+ // NEOPIXEL (GRB Color Order)
5050 { MP_ROM_QSTR (MP_QSTR_NEOPIXEL ), MP_ROM_PTR (& pin_GPIO38 ) },
5151
5252 // UART
You can’t perform that action at this time.
0 commit comments