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.

  • Hello, we are using the emWin Library from NXP. It works very fine. For a new product we what to use the same uC / TFT. But how to change the orientation? Currently we are using the following driver: #define DISPLAY_DRIVER GUIDRV_LIN_1 #define COLOR_CONVERSION GUICC_1 The defines will not work #define LCD_MIRROR_X 1 #define LCD_MIRROR_Y 1 I have found in the file GUIDRV_Lin.h #define GUIDRV_LIN_OXY_1 I thought wunderful. I changed it to this driver. Unfortunately it isn't possible to build the p…