Mise à jour de 'src/W800 SDK v1.00.08/app/app_drivers/i2c/CST816D.h'

Added function prototype to issue a reset of the touch panel
This commit is contained in:
Th3maz1ng 2023-01-23 13:40:57 +01:00
parent efe0578ed9
commit a3a5f65068

View File

@ -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