Megatronics 2.0 on board SD card and smart LCD
Hi,
I am not able to read from the micro-sd card reader on the megatronics 2.0 board. I have everything setup with the full graphics LCD display but do not see any files when I press on the SD card option in the menu of the LCD. There are some files on there and I was able to read them on another printer directly from the LCD screen ( using a micro-SD to SD adapter) plugges to a R.A.M.P.S. 1.4
I have in pins.h, under 701 ( megatronics 2.0) :
...
#define SCK_PIN 52
#define MISO_PIN 50
#define MOSI_PIN 51
and in configuration.h
#ifndef SDSUPPORT // Some boards have sd support on board. These define the values already in pins.h
#define SDSUPPORT 1
#define SDCARDDETECT ORIG_SDCARDDETECT
#define SDCARDDETECTINVERTED 0
Not sure what is wrong. Guidance would be apreciated,
Comments