Life span of backlight on Parallax LCD?
Should some effort go into conserving the backlight on the 2 x 16 LCD?
I am wanting 10+ years on the unit. It is possible to have it light up on any button activity, then go out after a while, but would prefer to let it stay lit for the life of the product.
I am wanting 10+ years on the unit. It is possible to have it light up on any button activity, then go out after a while, but would prefer to let it stay lit for the life of the product.
Comments
The backlight is LED-based so it should have a very long lifetime. If you would like to only have the backlight come on at button press and timeout and turn off after activity that can be done too. In fact I have done this in a few projects. One other idea is one I used in my Digital Thermostat. If your project has a clock in it (such as DS1302) you could set it to only come on when it is normally dark. Ideally, if you want it on when it’s dark you could use a photocell to detect the light level and turn it on/off at appropriate levels. If you do this you will still want to add some delay on the toggle so people passing in front of the sensor don’t have it turning on/off. Take care.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
On a related note - does the backlight eventually turn off if not "refreshed" by a software command to keep it on? I have one project with a 2x16 LCD running 24/7 and I noticed that the backlight eventually turns off, although the time period must be many hours (or days? - I've never been able to catch exactly how long.)
Mike
I have had this " ? " for A while about the "backlite"...I'm happy to here Its LED based. I have always truned the backlite on w/ any key press and then "time out" the backlite if no keys pressed for fear of burning out the backlite.....I feel better now that I've read this post about the backlite....Thanks for the Info Mr.Savage............
___________________________$WMc%_____________________
No, there is no timeout on our displays…some displays, such as the Matrix Orbital units have a timeout that is user definable. I wonder if you’re having a code or hardware issue which is causing the problem.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
Thanks for the update, I was just curious. I'll have to check into the cause further at some point. I can probably just add a command to turn the LCD on somewhere in the main code loop instead of just in the display initialization section. Truthfully it's never been enough of an issue to pull the assembly out of the system and troubleshoot it. The LCD is still perfectly readable without the backlight.
Mike