Hi,
I've got the display working with a Duemilanove and 74lvc245 level shifter and displaying bitmaps but cannot get it to work using a Pro Mini (5v/16mhz) or a Lilypad using the same code and wiring but configuring for a different target in tools/board menu.
Any ideas on where to look for problem, seems to be failing this code:
if (!SD.begin(SD_CS)) {
Serial.println("failed!");
digitalWrite(flt, LOW);
return;
}
Bypassing this detection still doesn't load bitmaps onto screen.
Regards,
Andy

