This commit is contained in:
Bodmer 2022-09-14 12:07:39 +01:00 committed by GitHub
parent de688f5ae7
commit 2b576dc614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,8 @@ uint16_t TFT_eSPI::getTouchRawZ(void){
end_touch_read_write();
if (tz == 4095) tz = 0;
return (uint16_t)tz;
}