hi guys
Hope evryone will b fine there, guys please tell what wrong with this my simple program of lcd
void main()
{
TRISB=0;
Lcd_Init(&PORTB);
Lcd_Cmd(Lcd_CLEAR);
Lcd_Out(1,1,"electronics");
}
it is giving following error on build.
0 125 All files Preprocessed in 100 ms
0 121 Compilation Started lcd.c
5 313 Too many actual parameters lcd.c
6 324 Undeclared identifier 'Lcd_CLEAR' in expression lcd.c
0 102 Finished (with errors): 23 Jul 2009, 20:54:13 lcd.mcppi
please telll what is wrong.
Hope evryone will b fine there, guys please tell what wrong with this my simple program of lcd
void main()
{
TRISB=0;
Lcd_Init(&PORTB);
Lcd_Cmd(Lcd_CLEAR);
Lcd_Out(1,1,"electronics");
}
it is giving following error on build.
0 125 All files Preprocessed in 100 ms
0 121 Compilation Started lcd.c
5 313 Too many actual parameters lcd.c
6 324 Undeclared identifier 'Lcd_CLEAR' in expression lcd.c
0 102 Finished (with errors): 23 Jul 2009, 20:54:13 lcd.mcppi
please telll what is wrong.