Microcontroller › PIC › LCD interface giving garbage value › Hi,Rather than using pointers
February 5, 2014 at 4:05 am
#10940
AJISH ALFRED
Participant
Hi,
Rather than using pointers and all like,
dis_data(*p);
Try this,
dis_data(‘b’);
If it is working then there must be some issues in your code only, otherwise check the circuit connections for any mistake.