Skip to main content
Linda
Associate III
August 29, 2014
Question

Rotate screen 90 degree

  • August 29, 2014
  • 3 replies
  • 746 views
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
    This topic has been closed for replies.

    3 replies

    Linda
    LindaAuthor
    Associate III
    August 31, 2014
    Posted on August 31, 2014 at 05:51

    Please help

    Tesla DeLorean
    Guru
    August 31, 2014
    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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
    Linda
    LindaAuthor
    Associate III
    September 22, 2014
    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.