Skip to content

Commit

Permalink
Add NEOPIXEL_INVERT_RG to ws3z
Browse files Browse the repository at this point in the history
  • Loading branch information
bill88t committed Oct 1, 2024
1 parent 9ce4c57 commit 81129d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ports/espressif/boards/waveshare_esp32_s3_zero/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
// 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 81129d5

Please sign in to comment.