You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote a program which uses the ledscape interface directly for custom lighting and effects. I noticed some frame skipping and isolated the issue to the ledscape_wait() function returning almost immediately sometimes (despite the remaining loop time being the same). This often happens in bursts which causes a large number of frames to be skipped.
I'm not sure if it is related, but I also noticed my FPS dropped ~15% since upgrading to the latest code (vs. a version from around September).
The text was updated successfully, but these errors were encountered:
I wrote a program which uses the ledscape interface directly for custom lighting and effects. I noticed some frame skipping and isolated the issue to the ledscape_wait() function returning almost immediately sometimes (despite the remaining loop time being the same). This often happens in bursts which causes a large number of frames to be skipped.
I'm not sure if it is related, but I also noticed my FPS dropped ~15% since upgrading to the latest code (vs. a version from around September).
The text was updated successfully, but these errors were encountered: