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