View Single Post
Old 09-14-2023, 07:10 PM   #1106
Aleron Ives
Wizard
Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.
 
Posts: 1,710
Karma: 16308824
Join Date: Sep 2022
Device: Kobo Libra 2
Based on the KOReader code, it looks like you can also do something like:

echo 10 > /sys/class/backlight/mxc_msp430.0/brightness

to set the backlight to 10% and:

echo 5 > /sys/class/backlight/lm3630a_led/color

to set the warmth to 50% on the Libra 2. Older devices require the ioctl method, though, and I haven't actually tried this yet.
Aleron Ives is offline   Reply With Quote