Hi,
I've just bought my Beagleboard XM in Sparkfun: I will receive the
"dog" on next week :-). Anyway, I'm already thinking in how to begin
with the project I have in mind: an embedded system of augmented
reality.
I'm worried about how to attach the LCD. I want to use a 640x480 LCD
(6" or 7") with touchscreen but not a DVI one, since all of them are
sold embedded, so I'd have to open the case and take out all the
components: It doesn't sound as a good idea (also are very expensive).
I've been reading about the LCD port in the reference manual and I
have few questions how to use a 24bit parallel LCD. I hope someone
can give me hints:
- What kind of IC should I use to adapt signals between 1.8V and 3.3V?
- What purpose is I2C3 port? Initialization? Do I must to use a LCD
initialized via I2C?
- What about the driver? I want to use an Ubuntu distribution. Do
Ubuntu port for beagleboard have drivers for common LCD controllers
(Himax, Ilitek, etc.) ?. Do I must write my own driver? What file do I
have to edit?
Thank you.