Hi TI support teams,
Please help the rotation issue on AM335x EVM on WinEC7.
1. modify the ANGLE to 1 or 4 in BSP/SRC/DRIVER/DISPLAY/display.reg
[HKEY_LOCAL_MACHINE\System\GDI\Drivers]
"Angle" = dword:1
2.. modify the OMAPDDGPE::OMAPDDGPE() about defaut orientaqtion of omap_ddgpe.cpp
// Default to angle 90
m_iGraphicsRotate = DMDO_90;
g_Globals.m_dwRotationAngle = DMDO_90;
dwWidth = m_pDisplayContr->GetLCDHeight();
dwHeight = m_pDisplayContr->GetLCDWidth();
neither can rotate the LCM correctly. seems only height and width exchanged.
Is there anything I missed to let the LCM initially rotated 90 or 270 degrees?
Thank you.