summaryrefslogtreecommitdiff
path: root/light/Light.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'light/Light.cpp')
-rw-r--r--light/Light.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/light/Light.cpp b/light/Light.cpp
index 721e20a..d1981bb 100644
--- a/light/Light.cpp
+++ b/light/Light.cpp
@@ -88,6 +88,7 @@ static std::string getScaledRamp(uint32_t brightness) {
static void handleWayneBacklight(Type /*type*/, const LightState& state) {
uint32_t brightness = state.color & 0xFF;
+ brightness *= 16; // HACK
set(LCD_LED BRIGHTNESS, brightness);
}