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 project. I think the driver is not shipped with the NXP emLib.
The function GUI_SetOrientation() ist working. But ist needs to much performance.
So...wthat to do?
Best Regards
Daniel
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 project. I think the driver is not shipped with the NXP emLib.
The function GUI_SetOrientation() ist working. But ist needs to much performance.
So...wthat to do?
Best Regards
Daniel
The post was edited 2 times, last by BL49196 ().