XSiVE
New member
Yeah, what I did was change the time to 2 hours earlier to still have the lights on after 12am
Also a manual setting could be nice. Lets say you just want to turn on the lights at a random hour
Also when entering new values it will go to the main screen interrupting what you were doing.
Still a NICE controller and makes the job very well. I love it
Yeah it's a great starting point.
I thought about the whole setting the time ahead but to me that's a hack... so what I've done in the mean time is actually hard-code my start time and photoperiod instead of storing it in the EEPROM... still a hack but at least it displays the proper time.. LOL
I'm a software guy by trade so now that I've got a working model Im going to be toying with the software aspect heavily. Im not super familiar with how the hardware interacts with software but Im learning quickly
![Wink ;) ;)](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f609.png)
To that end, It appears that one of two things is happening in the unintended menu exiting: The menu exit occurs when the menu button increments past 19/gets set back to 1 , or when the timer on the LCD backlight goes past its inactivity limit.
to make the first happen, I think something would have to be overwriting the value for number of times menu was pushed thereby triggering the logic to reset it to 1, or something is wrong with the backlight inactivity logic.. My brain is a bit mushy to look at all those variables, functions, and what they mean right now since Im learning arduino as I go. I'm not super-concerned by the menu bug but I will attempt to fix it.
I agree with you Sammy on the manual-override on/off. I can have something coded for this tomorrow if I get some spare time. I will either add an override menu or more likely just use the select button for the moment. It's not optimal using that button but it can be moved as development continues. The functionality is pretty much necessary.