Display in CE Boot (Compact 2013)
3/26/2014
The Display driver encapsulates functionality to use a display. Its driver class is BOOT_DRIVER_CLASS_DISPLAY.
Its interface is defined in:
%_WINCEROOT%\Platform\Common\Src\Common\Bldr\Inc\Bootdisplay.hpp
The IOCTL codes to which a display driver can respond are listed in the following table.
Display Driver IOCTLs
IOCTL |
Description |
---|---|
BOOT_DISPLAY_IOCTL_FILLRECT |
Fills a rectangle with a specified color. |
BOOT_DISPLAY_IOCTL_BLTRECT |
Displays a rectangle. |
BOOT_DISPLAY_IOCTL_SLEEP |
Not implemented. |
BOOT_DISPLAY_IOCTL_AWAKE |
Not implemented. |