more tweaks

This commit is contained in:
sharandac
2020-07-24 14:28:59 +02:00
parent cedb825ee6
commit 8ca3f25292
9 changed files with 48 additions and 13 deletions

View File

@@ -39,7 +39,8 @@ static bool touch_getXY( int16_t &x, int16_t &y ) {
if ( !ttgo->touch->touched() ) {
return false;
}
}
p = ttgo->touch->getPoint();
uint8_t rotation = ttgo->tft->getRotation();