brightness reduction

This commit is contained in:
folkert van heusden 2022-06-11 11:52:31 +02:00
parent fd44bf3262
commit 679b0a71b0

View file

@ -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);