Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Rotation on non-square screen

    bradley_b - - emWin related

    Post

    I'm looking for suggestions / best practices for handing my scenario, where I have a portrait screen (LS013B7DH05 144x168, STM32 chip, GUIDRV_SH_MEM) but I have it physically oriented in landscape (i.e. I want it to behave as 168x144). The driver doesn't support this rotation directly as a driver configuration, so I've been looking at GUI_SetOrientation. If I use GUI_SetOrientation, part of my content is cut off as I attempt to write to the full width of the screen (i.e. it only writes 144 px ac…