| ??? 10/03/03 16:57 Read: times |
#56047 - RE: What\\\\\\\'s wrong with this LCD program? Responding to: ???'s previous message |
Ofir,
Where is the code for WRITE_TEXT ? Maybe id we see this code we can find your problem. Steve is correct, that code should have some kind of MOVC A,@A+DPTR statement that gets the text at TXTofir. CLR A MOV DPTR,#TXTofir MOVC A,@A+DPTR MOV LCD,A Some sort of code such as this would be required to write TXTofir to the LCD. Regards, Jacob |



