better spi

This commit is contained in:
2026-01-19 17:08:41 +01:00
parent c322badd37
commit bb0675b8a3
3 changed files with 57 additions and 346 deletions
+1 -1
View File
@@ -1571,7 +1571,7 @@ void loop() {
}
if (hardwaremodel == PORTABLE_TOUCH_ILI9341 && touch_detect) {
if (tft.getTouchRawZ() > 100) {
if (tft.getTouchRawZ() > 250) {
uint16_t x, y;
tft.getTouch(&x, &y);
if (x > 0 || y > 0) {