Thursday, January 23, 2014

Earlier in the week I ordered some parts off Amazon. Three spools of Kynar wire one red, one black and one orange. I also ordered an LCD display with a larger display area, 4x20 instead of 2x16. Today the display came. Below is a size comparison of the old and new display.

Got my LCD display working with the Ethernet Shield.

For my project I need to use both the Ethernet Shield and an LCD display. The standard way to hook up an LCD screen is to wire data pins 4-7 to digital pins 2-5 and the register select and enable pins to digital pins 11 and 12. However the Ethernet shield uses pins D2, D4, D10-D13, A0 and A1. This posed a problem because some of these pins were used in the standard configuration for an LCD display. To work around this I wired the LCD data pins to the Arduino digital pins 3,5,6,7 and the register select and enable pins to digital pins 8 and 9.