I am now resetting using "asm volatile (" jmp 0"); and it works but I would like to leave the variables as is. I want to leave the LCD backlight off. I can supply the code if necessary.
Thanks, Bill
I am now resetting using "asm volatile (" jmp 0"); and it works but I would like to leave the variables as is. I want to leave the LCD backlight off. I can supply the code if necessary.
Thanks, Bill
Maybe I/O pin controlling the backlight of LCD using transistor? On click of the button(which the I/O pin connected to base of the transistor) the transistor switch on the LCD backlight with timer and goes off after a minute or so...and waiting for user keypress... exactly like how mobile/tablet screen works...I am not sure what type of LCD you use but I can use this method with 16x2 LCD.
Maybe I/O pin controlling the backlight of LCD using transistor? On click of the button(which the I/O pin connected to base of the transistor) the transistor switch on the LCD backlight with timer and goes off after a minute or so...and waiting for user keypress... exactly like how mobile/tablet screen works...I am not sure what type of LCD you use but I can use this method with 16x2 LCD.