FT800 Series Programmer Guide
Version 2.1
Document Reference No.: BRT_000030 Clearance No.: BRT#037
186
Copyright © Bridgetek Limited
Setting the minor divisions to 1 makes them disappear:
cmd_gauge(80, 60, 50, 0, 10, 1, 30,
100);
Setting the major divisions to 1 gives minor divisions only:
cmd_gauge(80, 60, 50, 0, 1, 10, 30,
100);
A smaller gauge with a brown background:
cmd_bgcolor(0x402000);
cmd_gauge(80, 60, 25, 0, 5, 4, 30, 100);