ugfx_release_2.6
Tectu 2012-06-01 11:52:16 +02:00
parent 7e9868616c
commit 5e37443a6f
1 changed files with 1 additions and 10 deletions

View File

@ -29,16 +29,7 @@ uint16_t tpReadX(void) {
x = (((lcdGetWidth()-1) * x)/2048);
switch(lcdGetOrientation()) {
case portrait:
break;
case portraitInv:
break;
case landscape:
break;
case landscapeInv:
break;
}
return x;
}
uint16_t tpReadY(void) {