ソースを参照

reduced default backlight

Thomas Buck 1年前
コミット
7e9a10eaad
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/main.c

+ 1
- 1
src/main.c ファイルの表示

@@ -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");

読み込み中…
キャンセル
保存