30
9.7
Auto Repeat
Mode Off
Dec
Hex
254 96
FE 60
Turns auto repeat mode off. Default is on (typematic).
9.8
Assign Keypad
Codes
Dec
Hex
254 213
FE D5
Key Down Key Up
Key Down Key Up
Assigns the key down and key up values sent to the host when a key press is detected. A key up and key down
value must be sent for every key, a value of 255 will leave the key unaltered. Defaults are shown below.
Key Down
25 bytes, key down values
Key Up
25 bytes, key up values
Table 32: Default Key Down Values
Key Down
A(65) B(66)
C(67)
D(68) E(69)
F(70) G(71)
H(72)
I(73)
J(74)
K(75)
L(76)
M(77) N(78) O(79)
P(80) Q(81)
R(82)
S(83)
T(84)
U(85) V(86) W(87) X(88)
Y(89)
Table 33: Default Key Up Values
Key Up
a(97)
b(98)
c(99)
d(100) e(101)
f(102) g(103)
h(104)
i(105)
j(106)
k(107)
l(108)
m(109) n(110) o(111)
p(112) q(113)
r(114)
s(115)
t(116)
u(117) v(118) w(119) x(120) y(121)
6.10
Touchpad
10.1
Set Touch
Region
Dec
Hex
254 132
FE 84
ID X Position Y Position Width Height Key Down Key Up
ID X Position Y Position Width Height Key Down Key Up
Creates a region of the screen that responds when pressed and released with a defined single byte.
ID
1 byte, unique region identification number, maximum 32 regions
X Position
1 byte, leftmost coordinate, value between 0 and 239
Y Position
1 byte, topmost coordinate, value between 0 and 63
Width
1 byte, width of region, must be within screen bounds
Height
1 byte, height of region, must be within screen bounds
Key Down
1 byte, value returned when region is pressed
Key Up
1 byte, value returned when region is released
10.2
Delete a Touch
Region
Dec
Hex
254 133
FE 85
ID
ID
Deletes a previously created touch region. Events from undefined regions return the value 255 by default.
ID
1 byte, unique region identification number