View Single Post
Old 03-02-2018, 06:49 AM   #66
gilali
Connoisseur
gilali solves Fermat’s last theorem while doing the crossword.gilali solves Fermat’s last theorem while doing the crossword.gilali solves Fermat’s last theorem while doing the crossword.gilali solves Fermat’s last theorem while doing the crossword.gilali solves Fermat’s last theorem while doing the crossword.gilali solves Fermat’s last theorem while doing the crossword.gilali solves Fermat’s last theorem while doing the crossword.gilali solves Fermat’s last theorem while doing the crossword.gilali solves Fermat’s last theorem while doing the crossword.gilali solves Fermat’s last theorem while doing the crossword.gilali solves Fermat’s last theorem while doing the crossword.
 
Posts: 74
Karma: 28960
Join Date: Oct 2017
Location: Paris
Device: KOBO Libra + H2Ov2 + Aura2
Thumbs up Support for natural light for Kobo H2O2 : OK

Hello,

Natural light is also supported on H2O2. Here's the settings :

frontend/device/kobo/device.lua, add hasNaturalLight = yes, like this
Code:
-- Kobo Aura H2O2:
local KoboSnow = Kobo:new{
    model = "Kobo_snow",
    hasFrontlight = yes,
    hasNaturalLight = yes,
AND modify frontend/device/kobo/sysfs_light.lua (
Code:
    frontlight_white = "/sys/class/backlight/lm3630a_led1b",
    frontlight_red = "/sys/class/backlight/lm3630a_led1a",
    frontlight_green = "/sys/class/backlight/lm3630a_ledb",
to this :
Code:
    frontlight_white = "/sys/class/backlight/lm3630a_ledb",
    frontlight_red = "/sys/class/backlight/lm3630a_led",
    frontlight_green = "/sys/class/backlight/lm3630a_leda",
And the new "two-column gesture control" feature works nice too.
gilali is offline   Reply With Quote