LCD CONNECTIONS

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

Moderators: Benj, Mods

Post Reply
elec
Posts: 6
Joined: Sat Jun 11, 2011 10:04 pm
Contact:

LCD CONNECTIONS

Post by elec »

hi ;
i tried to write a program with FLOWCODE V3 in order to display on LCD 2×16 ,at the begening every thing works good ,LCD display correctly, so i decide to make the project on a real board ,i tried to make connections with PORT B and LCD 2×16 ,the fact is that FLOWCODE V3 say that DATA1,DATA2,DATA3,DATA4,RS,validation ; are connecting to BIT0,BIT1,BIT2,BIT3,BIT4,BIT5 but in reality the LCD countains 16 pins(D0 D1 D2 D3 D4 D5 D6 D7 E RW RS Vss Vdd Vee) so i'm confused a little bit to make connections correctly ,

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: LCD CONNECTIONS

Post by Benj »

Hello,

The EB005 datasheet contains a schematic of how the LCD is connected.

Here are the Flowcode pins and their connections to the LCD.

Data1 -> D4
Data2 -> D5
Data3 -> D6
Data4 -> D7
RS -> RS
E -> RS
GND -> RW

elec
Posts: 6
Joined: Sat Jun 11, 2011 10:04 pm
Contact:

Re: LCD CONNECTIONS

Post by elec »

thank's a lot

Post Reply