LCD + Arduino Ethernet Shield

Loving the electronic bricks but it seems the LCD 1602 BUS doesn’t play nice with the Arduino Ethernet shield. The LCD works fine up until the Ethernet.begin() kicks in. I think this is because it’s sharing some of the same digital pins. Is there any way to get around this? I’ve tried putting different pin numbers in the lcd init code but nothing seems to work.

Thanks for a lovely piece of kit - hope you can help.

Bren.

Hi,

Sorry for late reply.

You can refer to this post which has a solution.
viewtopic.php?f=4&t=1305

Regards.