whitespaces

ugfx_release_2.6
Joel Bodenmann 2012-10-23 02:57:38 +02:00
parent 8da73efced
commit 34a64b13c4
1 changed files with 2 additions and 0 deletions

View File

@ -162,6 +162,7 @@ uint16_t tpReadX(void) {
x = cal.xm * _tpReadRealX() + cal.xn;
y = cal.ym * _tpReadRealY() + cal.yn;
#endif
switch(gdispGetOrientation()) {
case GDISP_ROTATE_0:
return x;
@ -193,6 +194,7 @@ uint16_t tpReadY(void) {
x = cal.xm * _tpReadRealX() + cal.xn;
y = cal.ym * _tpReadRealY() + cal.yn;
#endif
switch(gdispGetOrientation()) {
case GDISP_ROTATE_0:
return y;