FT800 Series Programmer Guide
Version 2.1
Document Reference No.: BRT_000030 Clearance No.: BRT#037
239
Copyright © Bridgetek Limited
5.51
CMD_STOP - stop any of spinner, screensaver or sketch
This command is to inform the co-processor engine to stop the periodic operation,
which is triggered by CMD_SKETCH , CMD_SPINNER or CMD_SCREENSAVER.
C prototype
void cmd_stop( );
Command layout
+0
CMD_STOP(0xffffff17)
Parameters
None
Description
For CMD_SPINNER and CMD_SCREENSAVER, REG_MACRO_0 and REG_MACRO_1 will
be stopped updating.
For CMD_SKETCH or CMD_CSKETCH, the bitmap data in RAM_G will be stopped
updating.
Examples
See CMD_SKETCH,CMD_CSKETCH, CMD_SPINNER, CMD_SCREENSAVER