Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hi All, Even i'm also facing the same issue of screen hiding when continuous switching happens between multiple screens in stm32 platform . case1 : screen hiding issue occuring after 40 screens with the size (#define GUI_NUMBYTES (90 * 1024) ). case 2:If i increase the GUI_NUMBYTES to 95*1024 the screen hiding is still occuring but this time after 45 screens. As RAM size is constraint in my design i cant increase more than above. so is there any procedure to delete the screens to overcome the bu…