Quote:
Originally Posted by John F
I could be wrong, but I would guess it depends on how the entry is changed.
|
Would this not do it? I know it doesn't touch the config, but it does turn the light on and off to whatever value you want. I've not tried decimal points such as 3.5 to see if that works.
Code:
menu_item : reader : Frontlight On : cmd_spawn : ioctl /dev/ntx_io 241 -v 3
menu_item : reader : Frontlight Off : cmd_spawn : ioctl /dev/ntx_io 241 -v 0