Quote:
Originally Posted by sarigabor
Is it possible for the KOReader to save brightness separately for your normal and Dark Mode?
|
Nope. It is only one value, which is set with
_setIntensity(level). _setIntensitity is just an abstraction for
setIntensityHW, which is the one that set the frontlight level based on expected values for your hardware.
What you can do is setup a gesture to toggle night mode and another one to change frontlight level; and use both to switch between normal and night mode.