bestrider14
Member level 1

Hi,
I got i new trouble today. I can't use the fonction Lcd_Out(1,1, "hello!");, if i use it when i try to program my pic in IPEv2 i get this warning:
everything esle work in my code, if i use
its work but whit this fonction i get a number. So i think where the bug is is when i try to put lettre on my lcd. i try to make a .hex for just display a hello on my ldc and it work but on my main projet no :/
thanks
I got i new trouble today. I can't use the fonction Lcd_Out(1,1, "hello!");, if i use it when i try to program my pic in IPEv2 i get this warning:
"fly3.hex code overlaps current code and will overwrite it."
everything esle work in my code, if i use
Code:
test = fontion();
Lcd_Out(1,1 ,test);
its work but whit this fonction i get a number. So i think where the bug is is when i try to put lettre on my lcd. i try to make a .hex for just display a hello on my ldc and it work but on my main projet no :/
thanks