FT800 Series Programmer Guide
Version 2.1
Document Reference No.: BRT_000030 Clearance No.: BRT#037
174
Copyright © Bridgetek Limited
seconds
ms
milliseconds
Description
The details of physical dimension are
The 12 tick marks are placed on a circle of radius r*(200/256).
Each tick is a point of radius r*(10/256)
The seconds hand has length r*(200/256) and width r*(3/256)
The minutes hand has length r*(150/256) and width r*(9/256)
The hours hand has length r*(100/256) and width r*(12/256)
Co-processor engine widgets physical dimensions
Command layout
+0
CMD_CLOCK(0xffffff14)
+4
X
+6
Y
+8
R
+10
Options
+12
H
+14
M
+16
S
+18
Ms
Examples
A clock with radius 50 pixels, showing a time of 8.15:
cmd_clock(80, 60, 50, 0, 8, 15, 0, 0);