Skip to content

Commit

Permalink
Maaaaybe a better explanation for the state of NaturalLight on the
Browse files Browse the repository at this point in the history
Clara?

re koreader#4015
  • Loading branch information
NiLuJe committed Jul 19, 2018
1 parent 7b5db63 commit 97831e2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/device/kobo/device.lua
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,11 @@ local KoboNova = Kobo:new{
frontlight_settings = {
frontlight_white = "/sys/class/backlight/lm3630a_ledb",
frontlight_red = "/sys/class/backlight/lm3630a_leda",
frontlight_green = "/sys/class/backlight/lm3630a_led1b",
-- NOTE: There doesn't appear to be a dedicated "green" LED, instead,
-- there's a knob that mixes the white & red ones together (/sys/class/backlight/lm3630a_led).
-- c.f., https://www.mobileread.com/forums/showpost.php?p=3728236&postcount=2947
-- Because I'm not familiar with sysfs_light.lua, just throw green into the void, and hope for the best...
frontlight_green = "/dev/null",
},
}

Expand Down

0 comments on commit 97831e2

Please sign in to comment.