Specifications
D:\D\inter61a\INTERRUP.A Saturday, January 08, 2011 11:31 AM
Note: this function is only valid in graphics modes
SeeAlso: AH=61h
--------V-1063------------------------------------
INT 10 - HUNTER 16 - SET CONTRAST
AH = 63h
AL = contrast (0..127)
Return: nothing
Desc: set the LCD screen contrast to improve visibility
SeeAlso: AH=64h,AH=75h
--------V-1064------------------------------------
INT 10 - HUNTER 16 - SET BACKLIGHT LEVEL
AH = 64h
AL = level (0..15)
Return: nothing
Desc: set the LCD backlight level to improve visibility in bad lighting
SeeAlso: AH=63h,AH=65h,AH=74h,AH=78h"HUNTER",INT 15/AH=74h
--------V-106500----------------------------------
INT 10 - HUNTER 16 - GET BACKLIGHT TIMEOUT
AX = 6500h
Return: BX = timeout in seconds (0-300)
Desc: returns the time after which the backlight will turn off
SeeAlso: AH=63h,AH=64h,AX=6501h,INT 15/AH=74h
--------V-106501----------------------------------
INT 10 - HUNTER 16 - SET BACKLIGHT TIMEOUT
AX = 6501h
BX = timeout in seconds (0-300)
Return: nothing
Desc: set the idle time after which the backlight will turn off
SeeAlso: AH=64h,AX=6500h
--------V-1066------------------------------------
INT 10 - HUNTER 16 - SPLIT DISPLAY
AH = 66h
AL = control bits (see #00187)
BH = top row of lower section of LCD (0..7)
BL = top row of lower section of the virtual screen (0..24)
Return: nothing
Desc: split the LCD screen horizontally into two parts; each part may be
individually scrollable or fixed.
Note: the Hunter 16 has a 240x64 LCD display which serves as a window into
a 640x200 virtual screen
-200-
Generated by Foxit PDF Creator © Foxit Software
http://www.foxitsoftware.com For evaluation only.