8000 Use all four LEDs for status on MagTag · tannewt/circuitpython@bc0f8ac · GitHub
[go: up one dir, main page]

Skip to content

Commit bc0f8ac

Browse files
committed
Use all four LEDs for status on MagTag
Fixes micropython#5051
1 parent e9369d5 commit bc0f8ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/esp32s2/boards/adafruit_magtag_2.9_grayscale/mpconfigboard.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#define MICROPY_HW_NEOPIXEL (&pin_GPIO1)
3333
#define CIRCUITPY_STATUS_LED_POWER (&pin_GPIO21)
3434
#define CIRCUITPY_STATUS_LED_POWER_INVERTED (1)
35+
#define MICROPY_HW_NEOPIXEL_COUNT (4)
3536

3637
#define CIRCUITPY_BOOT_BUTTON (&pin_GPIO0)
3738

0 commit comments

Comments
 (0)
0