Trouble with Current Git Version

Related to the development libraries, released by Curt Binder
Post Reply
icecool2
Posts: 62
Joined: Tue Jul 19, 2011 3:12 pm

Trouble with Current Git Version

Post 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.
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: Trouble with Current Git Version

Post 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
icecool2
Posts: 62
Joined: Tue Jul 19, 2011 3:12 pm

Re: Trouble with Current Git Version

Post 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.
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: Trouble with Current Git Version

Post 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
Post Reply