[S7G2 MCU]
We upgraded from SSP 1.1.3 to 1.5.0. The custom draw function misses on drawing several widgets in the new SSP. Getting back to optimization level 0 did not help. Any suggestion on why this is happening with SSP v1.5.0?
The missing widgets are all polygons created in draw function using gx_canvas_polygon_draw() that accepts a GX_POINT array as an argument. Other widgets i.e. GX_RECTANGLE, circles, etc. that are created / drawn on custom draw function are being drawn with no problem. I am wondering if there is any function to create a polygon object (GX_POLYGON) and attach it to the window rather than merely calling gx_canvas_polygon_draw() to draw one. Not sure if it would help resolving the issue though. I could not find any other way in user manual. Is there anything you suggest to make the issue go away?
Is there any way I can access the object created by gx_canvas_polygon_draw()?
This is a very time crucial matter.
Thank you,
Masi