Quote:
Originally Posted by jcn363
With the patch change in 2% steps.
Good luck.
|

Why someone whould want steps of 2% instead of 1%????
The original patch was to change from 10% to 1%:
Code:
<Patch>
patch_name = `Brightness fine control`
patch_enable = `yes`
#
## Tapping the sun symbols increases/Decreases the frontlight brightness by 1
## instead of by 10.
#
replace_int = 8A21C2, 10, 01
replace_int = 8A21F2, 10, 01
</Patch>