View Single Post
Old 09-15-2023, 07:14 AM   #1109
hatuluang
Teluk Biru
hatuluang ought to be getting tired of karma fortunes by now.hatuluang ought to be getting tired of karma fortunes by now.hatuluang ought to be getting tired of karma fortunes by now.hatuluang ought to be getting tired of karma fortunes by now.hatuluang ought to be getting tired of karma fortunes by now.hatuluang ought to be getting tired of karma fortunes by now.hatuluang ought to be getting tired of karma fortunes by now.hatuluang ought to be getting tired of karma fortunes by now.hatuluang ought to be getting tired of karma fortunes by now.hatuluang ought to be getting tired of karma fortunes by now.hatuluang ought to be getting tired of karma fortunes by now.
 
hatuluang's Avatar
 
Posts: 154
Karma: 348662
Join Date: Jan 2023
Device: Kobo Clara 2E
Hi,
To do invert, I think you should reboot your device to make it work.

I use the below command in nickelmmenu configuration:
Code:
menu_item :main     :Invert             :nickel_setting :toggle :invert
     chain_success  :nickel_orientation :swap
the invert works without rebooting the device, but you should set again your portrait/landscape mode.

the other command is below and it will reboot your device in order to do the invert:
Code:
menu_item :main     :Invert             :nickel_setting :toggle :invert
     chain_success  :power :reboot (edit colon power :reboot)
Hope it helps.

Last edited by hatuluang; 09-18-2023 at 02:44 PM. Reason: Added code block to get rid of smiley
hatuluang is offline   Reply With Quote