Page 1 of 1

Problems in LCD screen

Posted: Thu Oct 30, 2008 8:16 pm
by khaled yasin
i receive this message when i compile the motion sensor 2 example


Warning unreferenced functions removed:

FCD_LCDDisplay0_GetDefines in: C:\Documents and Settings\khaled\Desktop\MotionSensor22.c

FCD_LCDDisplay0_Command in: C:\Documents and Settings\khaled\Desktop\MotionSensor22.c

FCD_LCDDisplay0_RawSend in: C:\Documents and Settings\khaled\Desktop\MotionSensor22.c

FCD_LCDDisplay0_Cursor in: C:\Documents and Settings\khaled\Desktop\MotionSensor22.c

FCD_LCDDisplay0_PrintString in: C:\Documents and Settings\khaled\Desktop\MotionSensor22.c

LCD_5309376_Dummy_Function in: C:\Documents and Settings\khaled\Desktop\MotionSensor22.c

Re: Problems in LCD screen

Posted: Fri Oct 31, 2008 12:21 pm
by Benj
Hello

Thats just the C compiler optimising out your code by removing unused functions. Nothing to worry about unless you are actually calling those functions in your code.