gLCD_KS0108

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 6.

Moderator: Benj

Post Reply
billduck
Posts: 159
Joined: Thu Jul 01, 2010 1:57 am
Has thanked: 23 times
Been thanked: 16 times
Contact:

gLCD_KS0108

Post by billduck »

I purchased one of these from SparkFun. The interface pin connections are here on page 3 of the following link.
<https://www.sparkfun.com/datasheets/LCD/GDM12864H.pdf>

I also found a FC v6 example, using the gLCD_KS0108. In the example, there is a RS connection and a Reset connection. What is the difference? I am having trouble reconciling the connections between the FC example and the data sheet for the above listed connections.

Is there clarification? I have included a screenshot for the FC example.
Thanks in advance.
Attachments
gLCD_KS0108.png
Flowcode v6 Example
(19.35 KiB) Downloaded 657 times

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: gLCD_KS0108

Post by Benj »

Hello,

RS is register select, sometimes referred to as A0 or CD (Command/Data).

In your case it looks like the D/I pin. Not seen it called that before :D .

billduck
Posts: 159
Joined: Thu Jul 01, 2010 1:57 am
Has thanked: 23 times
Been thanked: 16 times
Contact:

Re: gLCD_KS0108

Post by billduck »

Thanks. Was I correct in updating the gLCD_KS0108.fcpx file as listed below? For FC_V6. I have the old one.

http://www.matrixtsl.com/mmforums/viewt ... 108#p77594

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: gLCD_KS0108

Post by Benj »

Yes that shouldn't cause any problems and will allow you to use the new type displays with 3 CS pins as well as the older style with only 1 or 2.

Post Reply