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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/29/02 07:40
Read: times


 
#29814 - Initialising a 16*1 LCD
Hi

I am using a Bona 16*1 dot matrix LCD Module mc1601.

While initialising the LCD, I give the instructions as follows,with the following results ( "data" represents data being sent to the LCD).

1.mov data,#030h.......LCD does not initialise.
2. mov data,#034h......LCD does not initialise.
3. mov data,#038h......LCD does not initialise.
4. mov data #03ch......LCD initialises and displays only the first 8 characters.The subsequent characters are not displayed.


As per the standard instruction, since it is a one line display, with a 5*8 matrix, and a 8 bit data , I should be using the #30h instruction.

Can any one give ma a clue as to how do I get the LCD to initialise all the 16 characters?

Thanks
Pramod



List of 2 messages in thread
TopicAuthorDate
Initialising a 16*1 LCD            01/01/70 00:00      
RE: Initialising a 16*1 LCD            01/01/70 00:00      

Back to Subject List