Documentation | InterfaceKit | display_mode
DESCRIPTION
Exposes the display_mode struct.
PROPERTIES
timing
A display_timing structure.
space
An integer, pixel configuration.
virtual_width, virtual_height
Integers, the horizontal pixels per line and vertical lines per screen.
h_display_start, v_display_start
Integers, the first pixels and line.
flags
An integer composed of the following flags:
- 0x01 B_SCROLL
- 0x02 B_8_BIT_DAC
- 0x04 B_HARDWARE_CURSOR
- 0x08 B_PARALLEL_ACCESS
- 0x10 B_DPMS
- 0x20 B_IO_FB_NA
(These constants have not been included in the API bindings, so you'll need to use the numeric values.)