It’s not possible to configure the brightness to adjust in 10% increments, so that it is one .PNG file (hw overlay) for each click on the button (menu+vol).
When run
echo 26 > /opt/muos/config/settings/advanced/incbright
problem completely solved, but the UI doesn’t allow adjusting to 26, only from 1 to 16.
Steps to reproduce the problem:
- In advanced settings, adjust the brightness increments to 10.
- When inside a game, adjust the brightness by repeatedly clicking the button and look at the brightness overlay.
(16 / 255) * 100 ≈ 6.27%
10 → each click on the button increment ~3.92% of brightness
16 → each click on the button increment ~6.27% of brightness
25 → each click on the button increment ~9.8% of brightness
26 → each click on the button increment ~10.2% of brightness = SOLVED
This part of the system is considering 0 to 255, not 0% to 100%
(Tested with RG35XX Plus)