aPhysY is only used within LCD_Paint.
 
Symbols
loading...
Files
loading...

aPhysY variable

Syntax

static int16_t aPhysX[2], aPhysY[2];

References

LocationReferrerText
ts_calibration.c:38
static int16_t aPhysX[2], aPhysY[2], aLogX[2], aLogY[2];
ts_calibration.c:97Touchscreen_Calibration()
ts_calibration.c:104Touchscreen_Calibration()
A2 = (1000 * ( aLogY[1] - aLogY[0])) / ( aPhysY[1] - aPhysY[0]);
ts_calibration.c:105Touchscreen_Calibration()
B2 = (1000 * aLogY[0]) - A2 * aPhysY[0];

Data Use

Functions reading aPhysY
aPhysY
all items filtered out
Type of aPhysY
aPhysY
int16_t
all items filtered out