From a3a5f6506807e04a3718b098d250469f1f482f25 Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Mon, 23 Jan 2023 13:40:57 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'src/W800=20SDK=20v?= =?UTF-8?q?1.00.08/app/app=5Fdrivers/i2c/CST816D.h'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added function prototype to issue a reset of the touch panel --- src/W800 SDK v1.00.08/app/app_drivers/i2c/CST816D.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/W800 SDK v1.00.08/app/app_drivers/i2c/CST816D.h b/src/W800 SDK v1.00.08/app/app_drivers/i2c/CST816D.h index f061757..3541da2 100644 --- a/src/W800 SDK v1.00.08/app/app_drivers/i2c/CST816D.h +++ b/src/W800 SDK v1.00.08/app/app_drivers/i2c/CST816D.h @@ -56,6 +56,11 @@ typedef struct CST816D_Touch_Data */ bool CST816D_read_touch_event(CST816D_Touch_Data_t * const touch_data); +/** + * @brief Issues a hardware reset of the touch panel. + */ +void CST816D_hardware_reset(void); + bool CST816D_set_power_mode(void); #endif //CST816D_H \ No newline at end of file