cancel
Showing results for 
Search instead for 
Did you mean: 

STemWin stm32F429 Disco Lcd rotation of 90 degrees

wojbac
Associate
Posted on December 11, 2013 at 12:42

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

0 REPLIES 0