From e177293888c3a8b96190273ad63299d7d5b04308 Mon Sep 17 00:00:00 2001 From: tobi807 Date: Wed, 21 Aug 2024 15:24:16 +0200 Subject: [PATCH] Update Touch_RA8875.cpp removed i/o toggle used for debugging --- src/lgfx/v1/touch/Touch_RA8875.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lgfx/v1/touch/Touch_RA8875.cpp b/src/lgfx/v1/touch/Touch_RA8875.cpp index 98619f12..a7cdeab3 100644 --- a/src/lgfx/v1/touch/Touch_RA8875.cpp +++ b/src/lgfx/v1/touch/Touch_RA8875.cpp @@ -36,9 +36,7 @@ namespace lgfx // enable Touch Panel // RA8875_TPCR0: RA8875_TPCR0_ENABLE | RA8875_TPCR0_WAIT_4096CLK | RA8875_TPCR0_WAKEENABLE | adcClk - digitalWrite(4, HIGH); writeRegister8(0x70, 0x80 | 0x30 | 0x08 | 0x04); // 10mhz max! - digitalWrite(4, LOW); // Set Auto Mode // RA8875_TPCR1, RA8875_TPCR1_AUTO | RA8875_TPCR1_DEBOUNCE @@ -129,4 +127,4 @@ namespace lgfx } //---------------------------------------------------------------------------- } -} \ No newline at end of file +}