Microcontroller › AVR › 4 bit LCD interfacing with ATmega32 › Hi,If everything else is
August 13, 2012 at 4:45 pm
#8453
AJISH ALFRED
Participant
Hi,
If everything else is properly coded, then I can see the same thing with which I’ve struggled a lot few years back. And here is my workaround.
Just change the parameter of the function LCD_write_string to const char *str, in both decleration and defenition, like the following
void LCD_write_string(const char *str)