Browse Source

reduced default backlight

Thomas Buck 1 year ago
parent
commit
7e9a10eaad
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main.c

+ 1
- 1
src/main.c View File

@@ -53,7 +53,7 @@ int main(void) {
53 53
     debug("lcd_init");
54 54
     lcd_init();
55 55
     draw_splash();
56
-    lcd_set_backlight(0xFF00);
56
+    lcd_set_backlight(0xFF00 >> 1);
57 57
 
58 58
     if (watchdog_caused_reboot()) {
59 59
         debug("reset by watchdog");

Loading…
Cancel
Save