EasyManua.ls Logo

Bridgetek FT801 - Page 171

Default Icon
263 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
FT800 Series Programmer Guide
Version 2.1
Document Reference No.: BRT_000030 Clearance No.: BRT#037
171
Product Page
Document Feedback Copyright © Bridgetek Limited
+10
H
+12
Font
+14
Options
+16
S
+17
..
..
..
+n
0
Examples
A 140x00 pixel button with large text:
cmd_button(10, 10, 140, 100, 31, 0,
"Press!");
Without the 3D look:
cmd_button(10, 10, 140, 100, 31,
OPT_FLAT, "Press!");
Several smaller buttons:
cmd_button(10, 10, 50, 25, 26, 0,
"One");
cmd_button(10, 40, 50, 25, 26, 0,
"Two");

Table of Contents