BRT Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Welcome to the Bridgetek Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ Bridgetek Support

Please refer to our website for detailed information on all our products - Bridgetek - Bridging Technology

Author Topic: minor issue with CMD_SCREENSAVER  (Read 484 times)

Rudolph

  • Sr. Member
  • ****
  • Posts: 424
    • View Profile
minor issue with CMD_SCREENSAVER
« 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.
« Last Edit: November 11, 2024, 06:11:18 PM by Rudolph »
Logged

BRT Community

  • Administrator
  • Hero Member
  • *****
  • Posts: 780
    • View Profile
Re: minor issue with CMD_SCREENSAVER
« Reply #1 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
Logged