We've already noticed there's a separate integrated circuit onboard the LCD display. All of that circuitry and the details of connecting an Arduino to the Sainsmart LCD 2004 are covered on the Sainsmart website (scroll down to the documents section, they link to a zip file that contains a bunch of example sketches and To begin with, we can note a couple of things about the LCD display:įirst, the display has its own microcontroller on-board, meaning it has hardware dedicated to turning voltage signals on the microcontroller board (coming from the Arduino) into the right output signals for its LCD display. This project will introduce a more advanced output device for the Arduino, namely, an LCD display for printing simple text messages.
We're not doing a whole lot with the voltages in our system, or with the microcontroller. So far we've covered some really simple circuits with single components.