Don't set calibration for capacitive touch panels

This commit is contained in:
fvanroie 2022-11-23 20:56:21 +01:00
parent a92860b4cd
commit 2654ccc9d8

View File

@ -81,8 +81,8 @@ class TouchLovyanGfx : public BaseTouch {
set_calibration(calData); set_calibration(calData);
delay(500); delay(500);
} }
}
#endif #endif
}
}; };
} // namespace dev } // namespace dev