Hello,
it seems that the orientation of the library you are using does not match with the orientation of the generated resources.
Within Embedded Wizard Studio you can define the orientation of the UI application by using the attribute ScreenOrientation - please have a look into the example 'ScreenOrientation', which is prepared to show an UI application with all four orientations: 0, 90, 180 and 270 degrees.
Depending on the choosen orientation, you have to select the appropriate library (example for STM32F7):
- 0 degrees: libewgfx-m7-iar.a
- 90 degress: libewgfx-m7-r90-iar.a
- 180 degress: libewgfx-m7-r180-iar.a
- 270 degress: libewgfx-m7-r270-iar.a
Within our provided Build Envrionment, the selection is done automatically. If you have created your project manually, you have to choose the suitable library. If there is some missmatch, you get the mentioned error message during runtime.
Best regards,
Manfred.