Explorar el Código

reduced default backlight

Thomas Buck hace 1 año
padre
commit
7e9a10eaad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/main.c

+ 1
- 1
src/main.c Ver fichero

@@ -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…
Cancelar
Guardar