Specifications
D:\D\inter61a\INTERRUP.A Saturday, January 08, 2011 11:31 AM
03h WORD number of horizontal pixels per meter
05h WORD total number of vertical pixels
07h WORD total number of horizontal pixels
09h WORD vertical pixel separation in micrometers (center-to-center)
0Bh WORD horizontal pixel separation in micrometers
0Dh WORD range of gray levels available, less 1
0Fh WORD number of red levels available, less 1 (0000h if nonochrome)
11h WORD number of green levels available, less 1 (0000h if nonochrome)
13h WORD number of blue levels available, less 1 (0000h if nonochrome)
SeeAlso: #00052
--------V-101E01-----------------------------
INT 10 - VIDEO - FLAT-PANEL - LCD/CRT DISPLAY CONTROL
AX = 1E01h
BH = function
bit 7: =1 set display control, =0 query control
bits 6-0: reserved (0)
---if BH bit 7 set---
BL = new display combination (see #00054)
Return: AL = 1Eh if function supported
BH = results
bit 7: query/set (copied from input)
bits 6-3: reserved (0)
bit 2: simultaneous display is supported by hardware
bit 1: LCD/CRT display control supported by hardware
bit 0: set operation was successful (always clear on get)
BL = active display combination (see #00054)
SeeAlso: AX=1E00h,AX=1E02h
Bitfields for Flat-Panel display combination:
Bit(s) Description (Table 00054)
7-2 reserved (0)
1-0 combination
00 reserved
01 LCD active
10 CRT active
11 both LCD and CRT active (simultaneous display)
SeeAlso: #00055
--------V-101E02-----------------------------
INT 10 - VIDEO - FLAT-PANEL - DISPLAY POSITION
AX = 1E02h
BH = function
-104-
Generated by Foxit PDF Creator © Foxit Software
http://www.foxitsoftware.com For evaluation only.