[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [oc] LCD Driver
If you give me some more details on what you would like to develop, I
wouldn't mind working with you to put it together. Is VHDL okay?
First, you need to decide a couple of things:
1. What kind of LCD display. (Pixel-based or character-based, for example.)
2. What kind of interface. Probably just start with a core that translates
registers to pixels. From there if you want to get into fancy stuff, add
another core that's a 'front-end' to your basic driver.
Let me know.
-Kent