example for display driver
nicolad76
Posts: 164
Hi...
does anyone of you know any existing driver for display I can look at?
I couldn't find anythat would satisfy below requirements:
8 bits data (it is a 1 or 2 bits display)
1 bit ack
1 bit DS
1 bit Data/Command
All display drivers I found are either for VGA or serial....
Thanks
Nicola
does anyone of you know any existing driver for display I can look at?
I couldn't find anythat would satisfy below requirements:
8 bits data (it is a 1 or 2 bits display)
1 bit ack
1 bit DS
1 bit Data/Command
All display drivers I found are either for VGA or serial....
Thanks
Nicola
Comments
I created an 8 bit graphics driver for the uOLED-PROP-96.· The driver talks to the OLED screen with an 8-bit bus and a couple other I/O lines.· It might be similar to what you needs, but probably needs adjsting to fit your device exactly.· The driver is written in ASM.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Timothy D. Swieter
www.brilldea.com·- check out the uOLED-IOC, an I/O expansion for the uOLED-96-PROP
www.tdswieter.com
One little spark of imagination is all it takes for an idea to explode
thanks