FT800 Series Programmer Guide
Version 2.1
Document Reference No.: BRT_000030 Clearance No.: BRT#037
215
Copyright © Bridgetek Limited
The text string itself which should be terminated by a null character
Command layout
+0
CMD_TEXT(0xffffff0c)
+4
X
+6
Y
+8
Font
+10
Options
+12
S
..
..
..
0 (null character to terminate string)
Examples
Plain text at (0,0) in the largest font:
cmd_text(0, 0, 31, 0, “Text!”);
Using a smaller font:
cmd_text(0, 0, 26, 0, “Text!”);