FT800 Series Programmer Guide
Version 2.1
Document Reference No.: BRT_000030 Clearance No.: BRT#037
171
Product Page
Document Feedback Copyright © Bridgetek Limited
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");