Problem 1: LCD display Card inserted but when I go in the menue it says no SD card.
If you go into your Configuration.h file you might find:
//
// SD CARD
//
// SD Card support is disabled by default. If your controller has an SD slot,
// you must uncomment the following option or it won't work.
//
//#define SDSUPPORT
And if you have that line commented out... You won't have SD Memory card support.
If you go into your Configuration.h file you might find:
//
// SD CARD
//
// SD Card support is disabled by default. If your controller has an SD slot,
// you must uncomment the following option or it won't work.
//
//#define SDSUPPORT
And if you have that line commented out... You won't have SD Memory card support.