Introduction
This LCD module uses a 128x64 liquid crystal display that support Chinese character , English characters and even graphics. It can exhibit 4 lines and 12 English characters/6 Chinese characters per line. It is suitable for interactive work with Arduino.
It features a backlit control, pallerlel or serial control, contrast adjust. It can be connect to our interface shield via IDC6 socket and cables.
Mode Selection
The LCD is shipped in Parallel mode by default. The PSB_ON switch is used to set the interface mode. To switch to 3-Wire mode, Set the switch to SPI.
Sample Code
This sample is working under Parallel mode. You will need Arduino library which can be download here.
Connection in Parallel mode:
The following sample is working under 3-Wire mode. You will need the Arduino Library which can be downloaded here.
Connection in 3-Wire mode: (2 Methods)
Method1:
Method2:
The following sample is working under 3-Wire mode. It demonstrates how to display integers on the LCD screen. You will need the Arduino Library which can be downloaded here.
More Documents
- Arduino Library(3-Wire)
- Arduiono Library(Parallel)
- The Chinese character is encoded using GBK code. GBK code chart