FT800 Series Programmer Guide
Version 2.1
Document Reference No.: BRT_000030 Clearance No.: BRT#037
206
Copyright © Bridgetek Limited
range
Maximum value
Description
Refer to CMD_PROGRESS for more information on physical Dimension.
Command layout
+0
CMD_SLIDER(0xffffff10)
+4
X
+6
Y
+8
W
+10
H
+12
options
+14
val
+16
Range
Examples
A slider set to 50%:
cmd_slider(20, 50, 120, 8, 0, 50, 100);
Without the 3D look:
cmd_slider(20, 50, 120, 8, OPT_FLAT,
50, 100);