Hi fellow developers,
I've written a couple of widgets and have had requests to make them available on the Instinct 3 amoled (I3a). The challenge I've come across is that the widgets do a simple check of the Monkey C version number (>= 4.0.0) to check whether I can use drawScaledBitmap or not. Unfortunately this doesn't work for the I3a as it runs v5.0.0 but drawScaledBitmap is not supported.
I've had a similar challenge in the past when making the widgets available for the Vivoactive 5 (VA5) and used a combination of display size (390) and altimeter (or lack of one) to identify the device as a VA5. Does anyone have any ideas as to a combination of features I could check for to identify a I3a?
Many thanks
Phil