BRT COMMUNITY

General Category => Discussion - EVE => Topic started by: Rudolph on November 09, 2024, 05:52:44 PM

Title: minor issue with CMD_SCREENSAVER
Post by: Rudolph on November 09, 2024, 05:52:44 PM
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.
Title: Re: minor issue with CMD_SCREENSAVER
Post by: BRT Community on November 12, 2024, 12:08:03 PM
Hello,

Thank you for your post, we will look to update the programmers guide accordingly.

Best Regards,
BRT Community