FT800 Series Programmer Guide
Version 2.1
Document Reference No.: BRT_000030 Clearance No.: BRT#037
155
Copyright © Bridgetek Limited
5.12
CMD_DLSTART - start a new display list
When the co-processor engine executes this command, it waits until the current display
list is scanned out, then sets REG_CMD_DL to zero.
C prototype
void cmd_dlstart( );
Command layout
+0
CMD_DLSTART (0xffffff00)
Examples
cmd_dlstart();
...
cmd_dlswap();