I've been debugging various backlight brightness problems lately, and I've learned a lot in the process. First lets take a look at how all the bits fit together. There are 3 parts involved in changing the brightness:
- Detecting brightness up / down keypresses
- Processing the keypresses
- Controlling the actual backlight
Detecting brightness up / down
(
Read more... )