Drivers\Display

The HKEY_LOCAL_MACHINE\Drivers\Display key contains subkeys for display drivers installed on a Windows CE–based platform. Each subkey shares the name of the display driver that it serves. The following table describes the values contained in each subkey.

Value name
Value type
Description
Bpp REG_SZ The color depth your display driver uses must be one of the values 1, 2, 4, 5, 6, 8, 15, 16, 24, or 32.
CxScreen REG_DWORD The width of the screen, in pixels.
CyScreen REG_DWORD The height of the screen, in pixels.
Dll REG_DWORD The name of the .dll file that contains the display driver.

The following example shows the contents under the Display key for a sample display driver.

HKEY_LOCAL_MACHINE
    [Drivers]
        [Display]
            [GenericVGA]
                SZ: Dll = GENVGA.DLL
                DWORD: CxScreen = 0x280
                DWORD: CyScreen = 0xF0
                DWORD: Bpp = 8