If the screen is on and the command power off is sent, the screen is back to the former brightness when turned on again.
For example:
// Brightness 20%
rpi-backlight --p off //screen blank
rpi-backlight --p on // screen 20%
Toggle does not remember the former brightness:
// Brightness 20%
rpi-backlight --p toggle //screen blank
rpi-backlight --p toggle // screen 100%
Is this intentional? I would prefer the previous setting to be remembered.
If the screen is on and the command power off is sent, the screen is back to the former brightness when turned on again.
For example:
Toggle does not remember the former brightness:
Is this intentional? I would prefer the previous setting to be remembered.