Skip to content

Commit

Permalink
Increase brightness for Eon and Leon
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonGalaxy75 authored Dec 31, 2018
1 parent f890ffb commit f2b7571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/ui/ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2b7571

Please sign in to comment.