Quote:
Originally Posted by drjd
To control the brightness in a precise manner you can use GeoffR's Metazoa patch as below :
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>
Hope it will be helpful. 
|
Yes, it will be! At the risk of this being a dumb question, do I just paste this into the .ini file, or is there a different way I'm supposed to implement it?
Thanks!