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
     debug("lcd_init");
53
     debug("lcd_init");
54
     lcd_init();
54
     lcd_init();
55
     draw_splash();
55
     draw_splash();
56
-    lcd_set_backlight(0xFF00);
56
+    lcd_set_backlight(0xFF00 >> 1);
57
 
57
 
58
     if (watchdog_caused_reboot()) {
58
     if (watchdog_caused_reboot()) {
59
         debug("reset by watchdog");
59
         debug("reset by watchdog");

Loading…
Cancel
Save