16 Grayscale LCD graphics driver for SA-1110

I want to create 480(width)x240(height)x4(bits per pixel) mode in the
graphics driver for SA-1110 because I use 16 Grayscale LCD.
Which files do I need to modify in the Graphics DDK?
I would appreciate if anybody give me an idea about that.

Hi,

You will need the SA-1110 docs from Intel to find out how to
program the SA-1110 LCD controller for a Grayscale LCD. You
should start with one of the generic drivers, such as the vesa
bios driver, and then modify the modeswitching functions to
setup the LCD and controller to your desired mode.

Erick



I want to create 480(width)x240(height)x4(bits per pixel) mode in the
graphics driver for SA-1110 because I use 16 Grayscale LCD.
Which files do I need to modify in the Graphics DDK?
I would appreciate if anybody give me an idea about that.