Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

can i set the NC pin in my GLCD IS a cs2

Status
Not open for further replies.

hesho90

Member level 4
Joined
Sep 3, 2012
Messages
78
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
egypt
Activity points
1,778
can i set the NC pin in my GLCD aS a cs2

and the LM13232 GLCD PINS are

VCC VDD NC A0 NC E D0...D7 BLA CS1 PS RES

im useing pic16f877a

i made the code like

sbit GLCD_RS at RB0_bit;
sbit GLCD_CS1 at RB1_bit;
sbit GLCD_A0 at RB2_bit;
sbit GLCD_RW at RB3_bit;
sbit GLCD_EN at RB4_bit;


sbit GLCD_RS_Direction at TRISB0_bit;
sbit GLCD_CS1_Direction at TRISB1_bit;
sbit GLCD_AO_Direction at TRISB2_bit;
sbit GLCD_RW_Direction at TRISB3_bit;
sbit GLCD_EN_Direction at TRISB4_bit;


but it got an eror said


0 360 Unresolved extern 'GLCD_RST_Direction' __Lib_Glcd.c
0 360 Unresolved extern 'GLCD_CS2_Direction' __Lib_Glcd.c
0 360 Unresolved extern 'GLCD_RST' __Lib_Glcd.c
0 360 Unresolved extern 'GLCD_DataPort' __Lib_Glcd.c
0 360 Unresolved extern 'GLCD_CS2' __Lib_Glcd.c
0 360 Unresolved extern 'LCD_D7' __Lib_Lcd.c
0 360 Unresolved extern 'LCD_D6' __Lib_Lcd.c
0 360 Unresolved extern 'LCD_D5' __Lib_Lcd.c
0 360 Unresolved extern 'LCD_D4' __Lib_Lcd.c
0 360 Unresolved extern 'LCD_RS' __Lib_Lcd.c
0 360 Unresolved extern 'LCD_EN' __Lib_Lcd.c
0 102 Finished (with errors): 04 ÓÈÊãÈÑ 2012, 04:51:22 code.mcppi
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top