brightness reduction
This commit is contained in:
parent
fd44bf3262
commit
679b0a71b0
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ void console_esp32::panel_update_thread()
|
|||
|
||||
pixels.show();
|
||||
|
||||
constexpr uint8_t brightness = 32;
|
||||
constexpr uint8_t brightness = 16;
|
||||
const uint32_t magenta = pixels.Color(brightness, 0, brightness);
|
||||
const uint32_t red = pixels.Color(brightness, 0, 0);
|
||||
const uint32_t green = pixels.Color(0, brightness, 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue