Re: Editing display driver by Henrik
Henrik
Tue Jan 03 16:22:21 CST 2006
Stating the obvious, you need to set it up so it suits your particular
hardware. It might be a simple matter of setting up the parameters in
the registry, but I doubt you'll get away that easy.
The driver contains code that is hard-coded for a couple of different
displays, so you probably have to add entries for your specific
display. See "ReadRegistryData()" and you'll see what I mean.
Unfortionatley, the display specific code also has found its way into
the XLLP layer, so you may also need to modify of xllp_lcd.
Henrik Viklund