Visual bug with background

I did a low level search and didn’t see this reported.

Any time I set the background color via the setup function I get a purple background that flashes with the framerate. If I set the background in draw I get the expected behavior.

One of my projects needs a static background set from setup.

I’m running the latest beta from TestFlight.

Do you have a video example?

@Kizik - I’ve seen a flickering of the ‘>’ symbol when not in FULLSCREEN mode which I think is related to my rebuilding/reloading a very large image for my background. Could you be doing something similar ?

This might depend on the device you are using / iOS version. Any more details? Also which runtime (legacy / modern)

@sim - iPas OS 18.5 iPad Pro 11 inch 4th gen 128 GB.

I think the issue is related to loading and displaying large graphic files. It was a while ago, don’t think I’ve got the file but I think it was loading the file every screen refresh ie every function draw() loop execution.

The files I have been using are png and jpg photo files.

Loading the photos into an image file resolved it, but I also raised it with @jfperusse as it also seemed to affect the parameter.integer() call with a callback

Running on legacy