View Single Post
Old 09-15-2023, 11:24 AM   #1120
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,997
Karma: 147448039
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by -stepan- View Post
Wow! It's what i want Thank you!

Some edit for me:
menu_item :reader :Frontlight On :nickel_setting :disable:dark_mode
chain_always :cmd_spawn : ioctl /dev/ntx_io 241 -v 18
menu_item :reader :Frontlight Off :nickel_setting :disable :dark_mode
chain_always :cmd_spawn : ioctl /dev/ntx_io 241 -v 0

Ok, i don't need Dark Mode, but if it's the only possible option to simply turn on the frontklight to 18% and turn it off altogether, without using the slider, then so be it. Kobo Nia work fine
This is all you need.
Code:
menu_item : reader : Frontlight On : cmd_spawn : ioctl /dev/ntx_io 241 -v 18
menu_item : reader : Frontlight Off : cmd_spawn : ioctl /dev/ntx_io 241 -v 0

Last edited by JSWolf; 09-15-2023 at 11:58 AM.
JSWolf is offline   Reply With Quote