Page 1 of 1

Trouble with Current Git Version

Posted: Fri Aug 05, 2011 7:38 pm
by icecool2
Is the current version on Github stable? Maybe I checked out a working copy of it. I can't get my display to come up now. The red status LED is constantly lit. If I hold the joystick up, I can see the screen blink on and off. Not sure if I just pulled an unstable release or not.

Re: Trouble with Current Git Version

Posted: Fri Aug 05, 2011 7:41 pm
by binder
Yep, it's stable. I'm running it right now. It's just got an extra error check with the temp sensors.

Make sure you have the proper value set for the LCD Timeout....so you don't have it set to 0.

Also, whenever you change the libraries around, you MUST have arduino closed. Otherwise you will get errors and things will not compile properly.

curt

Re: Trouble with Current Git Version

Posted: Fri Aug 05, 2011 8:05 pm
by icecool2
That's what the problem was. I manually set the value.

I figured out about having to close the Arduino IDE. That was annoying.

Re: Trouble with Current Git Version

Posted: Fri Aug 05, 2011 8:07 pm
by binder
icecool2 wrote:That's what the problem was. I manually set the value.

I figured out about having to close the Arduino IDE. That was annoying.
yes it is annoying. just how it goes though with arduino.

curt