LCD Display bug

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hi,

   

Sorry for again post but i think image zip file was not uploaded so i will explain via text.

   

   

   

I was wrote simple below code in main function.

   

    LCD_Start();
    LCD_ClearDisplay();
    LCD_Position(0,0);
    LCD_PrintString("ABCDEFGHIJKLMNPQRS");

   

and output in LCD is ABCDEFGHIJKLNPQRS

   

but when I wrote code in main function with adding 'O' character means

   

    LCD_Start();
    LCD_ClearDisplay();
    LCD_Position(0,0);
    LCD_PrintString("ABCDEFGHIJKLMNOPQRS");

   

then output was ABCDEFGHIJKLMNO . and my controller does not work any more

   

I don't know why O character enemy with me

   

Please any one can give a solution for that.

0 Likes
1 Solution
EvPa_264126
Level 7
Level 7
500 replies posted 250 replies posted 100 likes received

It seems this problem has already been discussed:
Character LCD not work!

View solution in original post

0 Likes
16 Replies