Hi,
I'm trying to get the screen to do a auto write. I am using assembly on a 8088 processor. The program I am using is the one that is on the T6963C Datasheet, so I know it should work. It was, however necessary to translate the code to assembly language, but it should still work.
The problem is that when the status register is read, after the auto write has been enabled, the status is either 23h or A3h. For the auto write to work, there should be a "1" in STA3 bit.
The code from Hitachi polls the status register until that bit is set to "1". A mask of 8h is used of course. I have also tried to insert a delay instead of polling, but the status does not change.
I have also tried many other things like different column settings and different modes.
I have looked at the sample programs in the software section, but they are written in C and I will have to connect the LCD to the computer somehow and at the end of the day it will not solve my 8088 interfacing problem.
I can control the cursor on and off, so that means that the wiring is correct.
Any ideas?
Thanks for your help
Daniel
I'm trying to get the screen to do a auto write. I am using assembly on a 8088 processor. The program I am using is the one that is on the T6963C Datasheet, so I know it should work. It was, however necessary to translate the code to assembly language, but it should still work.
The problem is that when the status register is read, after the auto write has been enabled, the status is either 23h or A3h. For the auto write to work, there should be a "1" in STA3 bit.
The code from Hitachi polls the status register until that bit is set to "1". A mask of 8h is used of course. I have also tried to insert a delay instead of polling, but the status does not change.
I have also tried many other things like different column settings and different modes.
I have looked at the sample programs in the software section, but they are written in C and I will have to connect the LCD to the computer somehow and at the end of the day it will not solve my 8088 interfacing problem.
I can control the cursor on and off, so that means that the wiring is correct.
Any ideas?
Thanks for your help
Daniel
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.