I just actually used CMD_SCREENSAVER and found a minor issue.
The command does not respect the setting of VERTEX_FORMAT and therefore requires to set it to 4 like this with the display-list macro command for it:
EVE_vertex_format(4);
EVE_macro(0);
EVE_vertex_format(0);
I am using a FT813 right now, a BT81x will probably do the same.
This was easy enough to figure out, the only issue is, this is not documented while at least for the BT81x commands like CMD_ANIMXY have a note in the programming guide.
Hello,
Thank you for your post, we will look to update the programmers guide accordingly.
Best Regards,
BRT Community