liquidware / antipasto_arduino

A Liquidware Arduino Distribution
antipastohw.blogspot.com
Other
29 stars 11 forks source link

Only shows the first uploaded image #15

Closed liquidware closed 14 years ago

liquidware commented 14 years ago

This issue was found in IDE version arduino-0018-antipasto-0041

It's possible long file names have something to do with this issue.

liquidware commented 14 years ago

A fix from Joao will solve this issue:

Patch the bmp.h file:

 //*    this was the old system
-#define    _USE_7LETTER_NAMES_
+//#define  _USE_7LETTER_NAMES_
msproul commented 14 years ago

I tried to fix this a few months ago and could not get git to upload the corrected files

liquidware commented 14 years ago

Prior to version arduino-0018-antipasto-0041, released on 4/12/2010, the Mac serial library was having file permission issues on the serial ports. The library has since been updated to resolve this and a few other things.

The merge with arduino-0018 and processing-0184 has hopefully smoothed out some of the cross platform issues.

Ensure you're grabbing the correct binary distribution package

Or if you're using git from the command line,

git pull ant dist.all run.all

Hope that helps!

liquidware commented 14 years ago

Fixed in Arduino 0018-Antipasto-0042

Download URL: http://www.liquidware.com/antipasto_arduino_ide#downloads