Problem display orientation

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Problem display orientation

612 Views
weizhongyang
Contributor I

I use LPC1850 with display LCD TFT 5,7” (640 X 480),DISPLAY_DRIVER GUIDRV_LIN_32

and try to change display orientation

with #define GUIDRV_LIN_OSY_24

or #define DISPLAY_ORIENTATION (GUI_SWAP_XY | GUI_MIRROR_Y)

or #define LCD_SWAP_XY 1

   #define LCD_MIRROR_Y 1

they are did work.

using GUI_SetOrientation(GUI_SWAP_XY | GUI_MIRROR_Y); it is ok,

but display flicker while displaying the image ?

 

 

Kindly give any suggestion.

Labels (1)
Tags (1)
0 Kudos
1 Reply

381 Views
Carlos_Mendoza
NXP Employee
NXP Employee

Hi Weizhong,

I see that your question is has already been responded on this thread:

Problem display orientation

Best Regards!

Carlos Mendoza

Technical Support Engineer

0 Kudos