Skip to content

Commit

Permalink
Changed neopxel brightness
Browse files Browse the repository at this point in the history
From 16 to 8.
  • Loading branch information
SomeSpaceNerd committed Feb 15, 2025
1 parent 1d9515a commit e94350a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/espressif/boards/waveshare_esp32_s3_matrix/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#define NEOPIXEL_PIN 14

// Brightness percentage from 1 to 255
#define NEOPIXEL_BRIGHTNESS 0x10
#define NEOPIXEL_BRIGHTNESS 0x08

// 8x8 grid, 64 total
#define NEOPIXEL_NUMBER 64
Expand Down

0 comments on commit e94350a

Please sign in to comment.