Hi,
The device simulator for fēnix® 8 43mm and fēnix® E displays the screen offset so that it appears out of position.
I have verified that the problem affects only these two devices in the 416x416 round device family.
Code to find the centre is straightforward:
var w = dc.getWidth(), h = dc.getHeight(); _cx = w/2; _cy = h/2;
As per the opening line, I have checked across all round 416x416 devices and the display is correct everywhere else. So probably a pair of coordinates out of whack in the simulator config file.
FYI, I am on the latest version of SDK (as per SDK manager) on a Windows 11 Pro laptop.
Cheers,
Gaius