531 views
in Embedded Wizard Studio by
Can this be easily done?

1 Answer

0 votes
by

Hello,

I think your question addresses two different aspects:

1.) Porting a GUI designed for screen size of 240x320 to a screen size of 480x272

2.) Porting a software project based on CubeF4 firmware with an initialization for STM32F429 and the different hardware components on the STM32F429 discovery board to an STM32F746 and the different hardware components on the STM32F746 discovery boards.

In case of 1.) you can change the ScreenSize of your project and rework your project so that the GUI application will use the additional space. But this is more a question of GUI design.

In case of 2.) it will be the best to start with a new project based on the Build Enviornment for STM32F746 Discovery.

Best regards,

Manfred.

by
I will probably opt for #2. Thanks.
by

Manfred,

I probably wasn't clear on what I wanted to do. All I had to do to build the project I had originally created for the STM32F429 DISCO to the STM32F746 DISCO was to change the ScreenSize and the resolution in the ewconfig.c file. I also changed the output directory to point to the generatedcode folder in the STM32F746 DISCO build environment.

I now have the development setup that I will be using from here out. I have the display that we will using. Thanks again.

 

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

...