When I tried to open my existing project for the first time in CubeMX 5.5.0, it gives me a pop up window (See attached)But I can't click the link that is refered in the window "Stm32cubemx_gfx_mw_migration) note.
I started a project from scratch in CubeMX. and the set TouchGFX for portrait as :Middleware->Graphics->TouchGFX, changed width : 272 and Height : 480. In TouchGFX designer it displays correctly as Portrait(see PortraitFromTouchGFX).PNG) but when I c...
1) Created a sample project using CubeMX(5.0.0), TouchGFX(4.10.0) for STM32F46G-Disco board2) TouchGFX GUI : is very simple just three buttons, and a background image – Code generation was OK, No Error3) Generated the code from CubeMX for...
Hi Martin,Thanks for your response. I think I am getting lost. could you please share your whole project, that way will be faster or send me sourced zip of your project at jjohal@fetco.comThanks
In LTDC may settings are still Landscape (that is native). I did two things as suggested in the article above:(1) BoardConfiguration.hpp : Added hal.setDisplayOrientation(ORIENTATION_PORTRAIT), as shown belowvoid touchgfx_init(){ uint16_t dispWidth =...