I have previously used the segger emwin project with the FSP 5.4 in which my project worked fine,I have recently updated my FSP version to 5.6 after updating the FSP version i can't able to run the segger emwin project the code has been compiled and flashed into the board successfully but only the backlight of the display is on but the actual content is not displaying. i have checked this with sample segger emwin project i am faceing the same issue with the sample code too.can someone help me to solve this issue
Hello,
FSP 5.4 was compatible with emWin 6.36. FSP 5.6 is compatible with 6.44b.
https://github.com/renesas/fsp/releases
Please make sure you have updated the emWin version
I am using the app wizard version V1.50_644.i have also tried the latest version V1.54_6.46.what changes do i need to make for the FSp 5.6
Please use the AppWizard "V1.52_6.44b" provided by Renesas. Any other AppWizard will not work.This information was provided by Renesas official support.
It will not work with the AppWizard that can be downloaded from the SEGGER website. Be sure to use emWin 6.44b, AppWizard V1.52_6.44b.
https://www.renesas.com/en/search?keywords=segger-emwin-v644b
I am using the same version as you suggested and i have changed the screen orientation to 90 degree but the UI collapse can you please check this.
Unfortunately, I don't know how to achieve your goal.
The method I tried is described below.
-When hardware acceleration is enabled, screen rotation is disabled. Therefore, delete the stack "D/AVE 2D Port Interface" that controls hardware acceleration. Screen display will be performed even without this stack. However, the screen drawing speed will be significantly reduced.
-Even if you change the Display Orientation, the touch panel orientation will not change. Therefore, the screen display and the touch panel response position will not match.
-Even if you change the Display Orientation, it will not be reflected in the screen layout of AppWizard. I don't know how to solve this problem.
I thought that using Display Orientation to rotate the screen was not realistic. Currently, I am considering other methods, such as rotating parts 90 degrees on AppWizard from the beginning. It is very unfortunate.
When I delete the stack "D/AVE 2D Port Interface" the code suspends. but the code runs properly with that stack.
Hardware acceleration is not supported in display orientation. You need to delete the D/AVE 2D Port Interface: