Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/27/00 19:36
Read: times


 
#1973 - RE: LCD in 4bit mode problem
Eric,

Seems you forgot to clear the R/W line so you cannot write other commands into LCD. First command is executed because R/W line cleared by C operator LCD_PORT=0x20.

Put the instruction CLR _LCD_RW in the beginning of the LCD_WRCMD routine body.

Besides I have to note there is no assignment of the _LCD_BUSY in your program.

Regards,

George

By the way, do you solve the problem of MP3 decoding?


List of 8 messages in thread
TopicAuthorDate
LCD in 4bit mode problem            01/01/70 00:00      
RE: LCD in 4bit mode problem            01/01/70 00:00      
RE: LCD in 4bit mode problem            01/01/70 00:00      
RE: LCD in 4bit mode problem            01/01/70 00:00      
RE: LCD in 4bit mode problem            01/01/70 00:00      
RE: LCD in 4bit mode problem            01/01/70 00:00      
RE: LCD in 4bit mode problem            01/01/70 00:00      
RE: LCD in 4bit mode problem            01/01/70 00:00      

Back to Subject List