2013-12-11 03:42 AM
I'm using stm32F429 Disco and StemWin+ LTDC
Lcd Driver ->
GUI_DEVICE_CreateAndLink(GUIDRV_LIN_32, GUICC_M8888I, 0, 0);when
changing
rotation
of
180 degrees
all works Ok
Lcd Driver ->
GUI_DEVICE_CreateAndLink(GUIDRV_LIN_OXY_32
, GUICC_M8888I, 0, 0);I need
to change the
rotation of the
LCD
by 90 degrees
I try to use
this driver
GUI_DEVICE_CreateAndLink(
GUIDRV_LIN_OSX_32
, GUICC_M8888I, 0, 0);but
it does not work.
Does
anyone know
how to change the
rotation
by 90 degrees
using
LTDC