第二个:触摸屏无论怎么触摸,GUI_TOUCH_GetxPhys()和GUI_TOUCH_GetyPhys函数的返回值始终是0,但是 ...
Layer = 0; GUI_TOUCH_StoreStateEx(&State); } GT9xx_GetOnePiont位于触摸屏驱动文件gt9xx.c中。它的功能是读取触摸坐标,并返回触摸屏的状态,它通过调用gt9xx.c文件中的Goodix_TS_Work_Func函数读取触摸坐标,该函数根据原驱动中的同名函数修改而来,只读取一个触摸点,关于触摸屏的控制原理请参考《零死角...
2、intGUI_GIF_DrawSubEx(GUI_GET_DATA_FUNC * pfGetData, void * p, int x0, int y0, int...
(1)intGUI_BMP_Draw(const void * pFileData, int x0, int y0)此函数直接从地址pFileData读取BMP...
I then put “GUI_Init()” in my main function and as far as I can see, I’ve fulfilled all of the requirements to have a functioning but non visual emWin application. But that is not the case. I immediately get hundreds of compiler errors saying “GUIConf.h” cannot be found amongs...