can i connect dfrobot ethernet shield and lcd shield?

can i connect dfrobot ethernet shield w5200 and lcd shield?, the ethernet shield use these pin
can i change them? because the lcd need pin 8,9 and 10..
Code: Select all
#define SS 10 //Gadgeteer PIN 6
#define nRST 8 //Gadgeteer PIN 4
#define nPWDN 9 //Gadgeteer PIN 5
#define nINT 3 //Gadgeteer PIN 3
can i change them? because the lcd need pin 8,9 and 10..
2016-01-19 14:30:06 The pins are SPI interface for arduino Uno, so it may not feasible to change them. May be you could use and IIC interface LCD like this one.
http://www.dfrobot.com/index.php?route= ... ption=true
Or buy a additional module:
http://www.dfrobot.com/index.php?route= ... ption=true
Leff
http://www.dfrobot.com/index.php?route= ... ption=true
Or buy a additional module:
http://www.dfrobot.com/index.php?route= ... ption=true
