cancel
Showing results for 
Search instead for 
Did you mean: 

Rotate screen 90 degree

Linda
Associate II
Posted on August 30, 2014 at 00:00

Dear Sir / Miss

I need the screen look length>width, need to rotate screen 90 degree.

Please help

#ask-smarter-questions
3 REPLIES 3
Linda
Associate II
Posted on August 31, 2014 at 05:51

Please help

Posted on August 31, 2014 at 11:54

So should we infer what chip, board, and library you're using?

GUI_SetOrientation(GUI_SWAP_XY | GUI_MIRROR_Y);
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Linda
Associate II
Posted on September 22, 2014 at 23:10

Dear Clive1,

I am using STM32F429i_Disco. Try the following code, it does not work:

                        GUI_SetOrientation(GUI_SWAP_XY|GUI_MIRROR_X);

                        GUI_DispStringAt(''Input completed'', 2, 210);

                        GUI_DispDecAt(EfactP*Height*100, 6,20,6);

Please help.