Forum Replies Created
Viewing 5 posts - 1 through 5 (of 5 total)
-
AuthorPosts
-
IvanParticipant
Ignore my last reply. I solved.
IvanParticipantNow I’m testing something new.
if(UART_Data_Ready()) { switch(UART_Read()) { case 0x0D: // Enter Lcd_Clear(); break; case 0x61: Lcd_Write_Char('a'); break; default: Lcd_Write_Char(UART_Read()); break; }
When I press ‘a’ the letter is added automatically, or when when i press ‘Enter’ the lcd clears itself. but when I want add another letter a need to press twice. Do you know why?
Maybe I need do create a case for every letter.
IvanParticipantWorking fine! Thank you 🙂
IvanParticipantI felt sorry because I did another post about the same subject, I should search more. The code works fine.
IvanParticipantI’m sorry, before I make this post I tried to search but it seems like I failed.
Thank you 🙂
-
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)