Hello all,
I am trying to understand the driver source code for SSD2119 provided in the graphics library. I am, at the same time, scanning through the SSD2119 data sheet provided by solomon systech.
www.kentecdisplay.com/.../SSD2119_1.4.pdf
Can anybody tell me the reason for setting/resetting the WR pin thrice instead of just once in functions like WriteCommandGPIO, WriteDataGPIO etc? The comments say it's done to adjust timing, but according to the datasheet, the set-up and hold times for data lines wrt write pulse is just 5 ns whereas, after probing the WR pin on oscilloscope the pin is low for 360ns, so one instruction is more than enough to meet requirements, or is there a different reason / my understanding is incorrect?
Also, can anyone suggest a good source for 8080 parallel interface? The datasheet I am referring is very obscure/grammatically incorrect.
Thanks!