From f2b75716d1bc88f9d35aeeeac1f5bc375562d773 Mon Sep 17 00:00:00 2001 From: kegman Date: Mon, 31 Dec 2018 18:58:31 -0500 Subject: [PATCH] Increase brightness for Eon and Leon --- selfdrive/ui/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/ui.c b/selfdrive/ui/ui.c index 6a29f3d38d398a..cbf45ae76ce577 100644 --- a/selfdrive/ui/ui.c +++ b/selfdrive/ui/ui.c @@ -2461,7 +2461,7 @@ int main() { const int EON = (access("/EON", F_OK) != -1); const int LEON = is_leon(); - const float BRIGHTNESS_B = LEON? 10.0 : 5.0; + const float BRIGHTNESS_B = LEON? 15.0 : 20.0; const float BRIGHTNESS_M = LEON? 2.6 : 1.3; #define NEO_BRIGHTNESS 100