Specifications
D:\D\inter61a\INTERRUP.A Saturday, January 08, 2011 11:31 AM
1 high contrast for text
0 high contrast for graphics
SeeAlso: #00057,#00058
--------V-101E07-----------------------------
INT 10 - VIDEO - FLAT-PANEL - BRIGHTNESS SETTING
AX = 1E07h
BH = function
bit 7: =1 set brightness control, =0 query brightness
bit 6: use standard brightness
bits 5-0: reserved (0)
---if BH bits 7,6=10---
BL = brightness (00h = minimum, FFh = maximum)
Return: AL = 1Eh if function supported
BH = results
bit 7: query/set (copied from input)
bit 6: standard/custom (copied from input)
bits 5-2: reserved (0)
bit 1: software brightness control is supported
bit 0: set operation was succesful (always clear on get)
BL = brightness (00h = minimum, FFh = maximum)
Note: this function operates independently of AX=1E05h
SeeAlso: AX=1E00h,AX=1E05h,AX=1E08h
--------V-101E08-----------------------------
INT 10 - VIDEO - FLAT-PANEL - CONTRAST SETTING
AX = 1E08h
BH = function
bit 7: =1 set contrast control, =0 query contrast
bit 6: use standard contrast
bits 5-0: reserved (0)
---if BH bits 7,6=10---
BL = contrast (00h = minimum, FFh = maximum)
Return: AL = 1Eh if function supported
BH = results
bit 7: query/set (copied from input)
bit 6: standard/custom (copied from input)
bits 5-2: reserved (0)
bit 1: software contrast control is supported
bit 0: set operation was succesful (always clear on get)
BL = contrast (00h = minimum, FFh = maximum)
Note: this function operates independently of AX=1E06h
SeeAlso: AX=1E00h,AX=1E06h,AX=1E07h
-108-
Generated by Foxit PDF Creator © Foxit Software
http://www.foxitsoftware.com For evaluation only.