290 views
in Platform Packages by

Hi,

I create a project on Eclipse but i'm having a problem with this file  ---> ewextgfx.c

When i compile the project, i get an error on the line 60.

#error The given FRAME_BUFFER_COLOR_FORMAT is not supported! Use RGBA8888, RGB888, RGBA4444 or RGB565 within your makefile!

 

 

1 Answer

+1 vote
by

Please have a look into the provided makefile, there you will find a couple of compiler defines (starting with -D  ), like

-DEW_FRAME_BUFFER_COLOR_FORMAT_RGBA8888

If you are using a different toolchain, you have to add all those compiler defines.

The reported error is just a check that indicates, that currently no color format is defined.

by
thanks, that's it

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

...