Any display settings to adjust padding/gutter of the LCD output on the screen?

I am running an MFC application build using VS2008 on a Colibri T30 with Windows CE 7 2.0B2.

The LCD screen is mounted inside a bezel.

I was using a Sharp LQ070Y3DG3B screen with no issues. Due to delays in receiving parts, I am attempting to use a Shenzhen Huayuan VISLCD-070HYQPB40B23G-21TV screen.

The display area of the Shenzhen LCD screen is slightly different horizontally, so that the left edge of the display output (maybe 10-20 pixels worth) is covered up by the bezel.

I would prefer to fix this using configuration changes, if possible, instead of having a new bezel fabricated.

I looked at the display driver registry settings for both general Colibri and specifically T30, but none of them solve my problem. Are there any display settings that be used to adjust the position of the output?

Here are my current settings:

DWORD Acb() { return 239; }
DWORD Bfw() { return 35; }
DWORD Blw() { return 60; }
DWORD Color() { return 1; }
DWORD CxScreen() { return 800; }
DWORD CyScreen() { return 480; }
DWORD Dual() { return 0; }
DWORD Efw() { return 10; }
DWORD Elw() { return 12; }
DWORD Hsp() { return 1; }
DWORD Hsw() { return 64; }
DWORD Oep() { return 0; }
DWORD Pclk() { return 34666666; }
DWORD Pcp() { return 1; }
DWORD Type() { return 1; }
DWORD Vsp() { return 1; }
DWORD Vsw() { return 2; }