Command to leave LCD and backlight on
-
zveck
- Posts: 12
- Joined: Wed May 08, 2013 2:43 pm
Command to leave LCD and backlight on
Is there a command to leave the LCD and backlight on?
-
Ademster
- Posts: 142
- Joined: Tue Aug 14, 2012 1:11 pm
Re: Command to leave LCD and backlight on
unsure. but I know you can adjust the amount of time it is on via internal memory.
Adam
58 Gal

58 Gal
- lnevo
- Posts: 5422
- Joined: Fri Jul 20, 2012 9:42 am
Command to leave LCD and backlight on
Maybe if its set to 0...have to look at the code..
-
rimai
- Posts: 12857
- Joined: Fri Mar 18, 2011 6:47 pm
Re: Command to leave LCD and backlight on
You can keep resetting the timer, so it will never expire.
Try placing this on loop() section:
Try placing this on loop() section:
Code: Select all
ReefAngel.Timer[LCD_TIMER].Start();
Roberto.