GetPhysValues() is only used within LCD_Paint.
 
Symbols
loading...
Files
loading...

GetPhysValues() function

Get Physical position

Syntax

static void GetPhysValues(int16_t LogX,     int16_t LogY,     int16_t * pPhysX,     int16_t * pPhysY);
Implemented in ts_calibration.c:121

Arguments

LogX

logical X position

LogY

logical Y position

pPhysX

Physical X position

pPhysY

Physical Y position

Return value

None

References

LocationReferrerText
ts_calibration.c:121
static void GetPhysValues(int16_t LogX, int16_t LogY, int16_t * pPhysX, int16_t * pPhysY)
ts_calibration.c:39
static void GetPhysValues(int16_t LogX, int16_t LogY, int16_t * pPhysX, int16_t * pPhysY);
ts_calibration.c:76Touchscreen_Calibration()
GetPhysValues(aLogX[i], aLogY[i], &aPhysX[i], &aPhysY[i]);

Call Tree

Functions calling GetPhysValues()
Functions called by GetPhysValues()
all items filtered out
GetPhysValues()
Data read by GetPhysValues()
GetPhysValues()