2025-07-28 1:34 PM
Hi all,
Please help to point me where I did a wrong. I have different widget on the main screen, and when I switched back and forth, the main screen (where there are most widgets implemented) intermittently not display all the widgets. Sometime I got text box not display, sometime I got the toggle button not display but just show the rectangular box showing the button box. For example, in this picture, the whole square box (this is the area for the toggle button) dis empty showing the gray area.
The behaviors seems like the widgets not display are the one toward the end of the widgets list.
2025-08-05 5:57 AM
Hello @Jtron.11 ,
Which STM32 MCU do you use? Are your assets placed in flash? If so, could you try to cache them and put them in RAM? (check this article in our documentation).
Another thing, can you try to invalidate all your widget when you enter your screen? (in the setupScreen function)
2025-09-02 3:02 AM
Hello @Jtron.11 ,
Have you been able to resolve your issue?