You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We noticed that rendering rectangles with size < 4 throws an exception and causes an MCU reset. Is there a limitation, is it related to other object properties? We see this issue on Legato 2.5.0b
The text was updated successfully, but these errors were encountered:
Hello,
is there a chance of a relation between the rendering process and the MCU being used? We are using a 800x480 TFT, targeting an SSD1963 controller through the EBI interface of a PIC32MZ2048EFM144.
Hi - i'm able to reproduce this on the MGS simulator, so this is not dependent on the MCU.
Looks like the math is off when the side thickness (x2) exceeds the width or height of the widget. Ex. the default thickness of the each border is 2pixels (4pix total), which means that it exceeds the 3pixel size of the entire widget. If I set the thickness to 1, the issue doesn't occur.
So the widget size should be greater the thickness x 2.
For now, please configure the widget so the total thickness does not exceed the widget size on either side. We'll work on a fix.
We noticed that rendering rectangles with size < 4 throws an exception and causes an MCU reset. Is there a limitation, is it related to other object properties? We see this issue on Legato 2.5.0b
The text was updated successfully, but these errors were encountered: