I add some compatibilities to the fenix 5 to my datafields.
As there is different font now, I made some tests on my drawlayout by doing something like :
if(dc.getHeight == 240 && dc.getWidth == 240 ) { // code for f5X } else ...
But by doing this (many times), I've a memory issue on my f3 ...
Is there any better way for making this ?
Thanks for your help.
Rgds,