Dynamic scaling and display images problem

So I have a background which is dynamically scaling to different devices. This background has important information on it.

Example.

Background has a right angle triangle on it with little arrows pointing at the different parts.

I have created and placed a display.newText label with a number and placed it beside one of the arrows.

It looks great on some devices, but on others the display.newText isn’t in the right spot any more.

I’m assuming the problem is actually that the background is changing sizes and the display objects are not. Is there any way to make the display objects move to match the scaling of the background?

Hi @spowell83,

Much of this depends on your config.lua file setup. Can you post the contents of that here so we can inspect it?

Thanks,

Brent

Hi @spowell83,

Much of this depends on your config.lua file setup. Can you post the contents of that here so we can inspect it?

Thanks,

Brent