LCD backlight controlled by software how to ?
Hello,
I would be thankfull if someone could show me a schematic that uses an ouput pin of a PIC to turn on/off the LCD backlight. So if the pin is High(on) the backlights turns on and if the pin is Low(off) it turns off the backlight.
I have measured the backlights and it eats lots of ma (about 200ma) it's too much to be leave on all the time, so a control by software would be so nice.
Thanks!
If your PIC supports a HPWM use it.
Hi,
I generally use PIC18F452 for my designs. When I do not use the HPWM for other purposes I use it to drive the backlight. If the LCD is only a status indicator then it dims in normal conditions. Depending on the program flow (Alert/Menu) I increase the backlight. Saves power and my 5 volt regulator runs cool too.
Quote:
Sorry I looked up melanies thread after my post. So my post can be ignored as it says everything for itself.