GLCD Library

This library is available from 86Duino Coding 106 and is an 86Duino porting of the unofficial Arduino GLCD library. One can refer to Arduino’s tutorial page for the usage of this library.

How to connect GLCD KS0108 Module with 86Duino

The connecting method between 86Duino and Arduino is difference. Before using this library, first refer to the below description which tell you a correct method to connect GLCD KS0108 module with 86Duino.

GLCD KS0108 module have 20 pins and the part of communication: 8 data pins (D0 ~ D7), 4 transmission control pins (D/I, R/W, E, RST) and 2 chip select pins (CS1, CS2). The other pins: GLCD power pins (Vss, Vdd), backlight power pins (A, K) and brightness control pins (Vo, Vee). Note: if want to adjust the brightness of GLCD, you need a 10K ohm variable resistor to connect with Vo, Vee and GND pins. The connecting method of GLCD KS0108 module and 86Duino, show as below (86Duino Zero for example):

ks0108_1

Example for connecting:

ks0108_2

Note: digital pin 43 pins are very closed with the metal shell of 86Duino CPU. To avoid shorted each other, you should do some protecting thing for every pin to isolate the metal shell like below:

ks0108_3


DEMO VIDEO


Libraries Reference Home

The text of the 86Duino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.