
19 Jul
2007
19 Jul
'07
11:47 a.m.
Rodolfo Giometti wrote:
On Wed, Jul 18, 2007 at 06:17:12PM +0200, Wolfgang Grandegger wrote:
Rodolfo Giometti wrote:
On Wed, Jul 18, 2007 at 06:03:54PM +0200, Wolfgang Grandegger wrote:
What color format do you want to support?
16 bpp
Then use "drivers/cfb_console.c" as it already supports that format. Adapting the interface to pxafb should not be a big deal.
In order to adapt pxafb support to "drivers/cfb_console.c" I think I should move cpu/pxa/pxafb.c to drivers/pxafb.c adapting the internal functions to use video_hw_init() and video_set_lut(). Is that right?
I think so and drivers is also the correct place for pxafb.c.
Wolfgang.