Hi!
I have a data field and I am struggling to make it work properly on the Instinct 2 screen. For the examples on the images, I just want to disregard the sub screen (on which I'll work latter).
This is the expected result, which seems right on the simulator for the Instinct 3 solar:
The result is also as expected on other devices, such as Enduro 3:
But when I run it on the Instinct 2, this is the result I get:
It is like the screen area is limited to only the superior half and limited by the subscreen.
To draw the lines, the code is as follows:
and eventually I use dc.drawLine to draw the lines.
If I print the values of width and height on the terminal, I get 112 x 71, although the reference guide says its screen is 176 x 176. If I hard code these dimensions, the result is still unsatisfactory:
What am I missing here in order to get the same behavior for the Instinct 2 family? Or is it just a simulator issue and works in real life?
TIA.