FT800 Series Programmer Guide
Version 2.1
Document Reference No.: BRT_000030 Clearance No.: BRT#037
209
Copyright © Bridgetek Limited
Description
The details of physical dimension are
The marker is a line of width r*(12/256), drawn at a distance r*(140/256)to
r*(210/256) from the center
Co-processor engine widgets physical dimensions
for more information.
Command layout
+0
CMD_DIAL(0xffffff2d)
+4
X
+6
Y
+8
R
+10
Options
+12
Val
Examples
A dial set to 50%:
cmd_dial(80, 60, 55, 0, 0x8000);
Without the 3D look:
cmd_dial(80, 60, 55, OPT_FLAT, 0x8000);