Type Alias esp_idf_sys::touch_smooth_mode_t
source ยท pub type touch_smooth_mode_t = c_uint;
Expand description
@brief Level of filter applied on the original data against large noise interference.
@note On ESP32S2. There is an error in the IIR calculation. The magnitude of the error is twice the filter coefficient.
So please select a smaller filter coefficient on the basis of meeting the filtering requirements.
Recommended filter coefficient selection IIR_2
.