Arduino/CloverDisplayLtd

< Arduino

Liquid Crystal Display (LCD) Inspection/Research

LCD taken from Panasonic fax machine

This LCD panel was taken out of a Panasonic fax machine. Ten wires are connected to the ten pins on the board of the LCD. Searching the web for specifications using the information printed on the board (Clover Display Ltd. M235 v4.1) was unsuccessful being unable to find the specific model. Fortunately, there is a tutorial on hacking a LCD to the Arduino in the example libraries of the arduino.exe under 'Liquid Crystal'. "LCDs have a parallel interface, meaning that the microcontroller has to manipulate several interface pins at once to control the display. The interface consists of the following pins:"

Problem Statement

"The LiquidCrystal library allows you to control LCD displays that are compatible with the Hitachi HD44780 driver. There are many of them out there, and you can usually tell them by the 16-pin interface." This Clover LCD only has ten pins, so will it be compatible with this Arduino library example? Luckily, only ten of the sixteen pins are used in the arduino tutorial.

Decision List

If the same configuration of wires shown in the Arduino tutorial successfully displays the message, then I will be able to identify the pins.

Materials List

Software List

Next Steps

Used the wrong potentiometer. Grabbed a 2kΩ instead of 10kΩ

Wiring

  1. Solder wires to the pins of the LCD (more colors makes the process easier)
  2. With the pins above the LCD screen connect pins 1 and 5 (from left to right) to an outer terminal (right) on the 10kΩ potentiometer
  3. Connect pin 2 to the other outer terminal (left) on the potentiometer and pin 3 to the middle terminal of the potentiometer
  4. Connect a wire from the 5V pin of the Arduino to the left terminal of the potentiometer which should be connected to pin 2 of the LCD, then connect a wire from a GND pin on the Arduino to the right terminal of the potentiometer which should be connected to pins 1 and 5 of the LCD
  5. Connect pins 4, 6, 7, 8, 9, and 10 of the LCD to Digital pins 12, 11 ,5, 4, 3, and 2 on the Arduino respectively

Run it

video

Pin ID

This article is issued from Wikiversity - version of the Saturday, June 21, 2014. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.