Skip to content

Commit

Permalink
Merge pull request #425 from Neradoc/fix-status-rgb-order-picos3
Browse files Browse the repository at this point in the history
Waveshare pico S3: change the color order of the RBG LED
  • Loading branch information
hathach authored Jan 16, 2025
2 parents 46de518 + b10598f commit 4269460
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ports/espressif/boards/waveshare_esp32_s3_pico/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
// Number of neopixels
#define NEOPIXEL_NUMBER 1

// Invert Neopixel red and green
#define NEOPIXEL_INVERT_RG 1

// LED for indicator and writing flash
// If not defined neopixel will be use for flash writing instead
Expand Down

0 comments on commit 4269460

Please sign in to comment.