Enum FilterSettingSmoothMode
- Namespace
- nanoFramework.Hardware.Esp32.Touch
- Assembly
- nanoFramework.Hardware.Esp32.dll
Filter settings for the smooth mode.
public enum FilterSettingSmoothModeFields
- Iir2 = 1
- Filter the raw data. The coefficient is 2 (Typical value). 
- Iir4 = 2
- Filter the raw data. The coefficient is 4. 
- Iir8 = 3
- Filter the raw data. The coefficient is 8. 
- Off = 0
- No filtering of raw data.