256 views
in Platform Packages by

Hi EW,

I have an issue when I enable option "Buffered" in the SlideTransition or in the VerticalList.

My working conditions are:

  • Display 800x480
  • EW Studio Pro Version 9.00,
  • STTM32F7, RGB565

With SlideTransition using it on SwitchToDialog with a Dialog which has bounds: <0,0,800,480> the error message is:

[ERROR in ewgfx.c:792] Failed to create surface with format: 0 and size ( 802 x 482 ).

With VerticalList Bounds: <10,80,700,480>) with Buffered at true:

[ERROR in ewgfx.c:792] Failed to create surface with format: 0 and size ( 692 x 402 ).

If I disable the Buffered option the error (in both cases) disappear.

Does the errors come because the "malloc" fails?... in other words because I don't have enough RAM?

Thanks.

Gianluca

 

 

1 Answer

+1 vote
by
 
Best answer

Hello Gianluca,

yes, the error message means, that there is not enough memory to create the internal bitmap (surface) to store the buffered image of the GUI component. In case of a 800x480 dialog, the size of the surface is 802x482x4 bytes = 1510 Kbytes.

You can use the memory profiling wihtin the target in order to get a report about the current memory usage.

Best regards,

Manfred.

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...