10% lit pixels or 10% brightness
How to distinguish whether it is necessary to provide 10% of the pixels burning (apply a mask). For example, how can I programmatically distinguish Venu and Epix Pro 42mm?
10% lit pixels or 10% brightness
How to distinguish whether it is necessary to provide 10% of the pixels burning (apply a mask). For example, how can I programmatically distinguish Venu and Epix Pro 42mm?
You could solve this in code by getting the CIQ version of the device:
var vciq = System.getDeviceSettings().monkeyVersion; vciq = Lang.format("$1$$2$$3$",vciq).toNumber();
Probably cheaper to just check if the major version is greater or equal to 5
Thanks!
I would suggest using "System has DisplayMode" check to detect new burn-in rule vs old, also switching to the following new APIs exclusive for AMOLED screens for burn-in detection.
see
https://developer.garmin.com/connect-iq/api-docs/Toybox/System.html#getDisplayMode-instance_function
https://developer.garmin.com/connect-iq/api-docs/Toybox/System.html#DisplayMode-module
BTW, we are fixing the docs related to the DisplayMode.