Search Results

Search results 1-2 of 2.

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

  • Hi Sven, Thank you very much for your support, I am confirming just the suggested solution works really nice, and this is exactly what I was looking for, really appreciated! Let's summarize, when you want to change display orientation from portrait to horizontal (or in other words, rotate display 90 deg clockwise, or counterclockwise), you need to: - update LCD_X_Config() as per Sven's suggestion - choose right emWin display driver, for example for rotation 90 deg clockwise #define DISPLAY_DRIVE…

  • Hello All, I work on example emWin project for i.MXRT family (NXP provides it as an example from their SDK). Example project uses few emWin funtions like C Source Code (4 lines)By default, all GUI is displayed in portrait mode. Display is configured as width 720 and height 1280. I would like to switch it to horizontal view. From emWin docs (34.7.6.2 Color depth and display orientation (page 2469.)) I found out to play with available drivers. OK, I gave it a try and seems not everything is fully …