LCD Display X Y Position

From: Miguel (mhau_at_radcommsystems.com)
Date: 12/30/04


Date: Thu, 30 Dec 2004 13:25:26 -0500

Hello everyone,

I am a beginner working with drivers for PB 4.2. I am currently working
with the Intel pxa255 chip from compulab with a sharp lcd panel.

The problem that I am having is when explorer shell draws itself to the
screen the Y axis is offset high. Therefore the screen looks shifted
towards the top not allowing me to see the title bars or anything that
get maximize.

My question is what should I change to bring the Y location down.

I've tried to look at the sa2video.cpp, dispdrvr.c.

This is my current regestry settings:
[HKEY_LOCAL_MACHINE\Drivers\Display\Intel]
        "DisplayType"="TFT" ; TFT or CRT
        "CxScreen"=dword:280;
        "CyScreen"=dword:1E0;
        "Bpp"=dword:10
        "Refresh"=dword:3c

I appreciate everyones help,

Thanks,
Miguel