Skip to content
Snippets Groups Projects
Commit b8df3a7e authored by Gregory Nutt's avatar Gregory Nutt
Browse files

NxWM::CCalibration: Add logic to collect and average samples, optionally...

NxWM::CCalibration: Add logic to collect and average samples, optionally discarding the most extreem values
parent 87d8d3a7
No related branches found
No related tags found
No related merge requests found
......@@ -961,6 +961,9 @@ CONFIG_NXWM_CALIBRATION_MARGIN=80
CONFIG_NXWM_CALIBRATION_MESSAGES=y
CONFIG_NXWM_CALIBRATION_CUSTOM_FONTID=y
CONFIG_NXWM_CALIBRATION_FONTID=5
CONFIG_NXWM_CALIBRATION_AVERAGE=y
CONFIG_NXWM_CALIBRATION_NSAMPLES=4
CONFIG_NXWM_CALIBRATION_DISCARD_MINMAX=y
# CONFIG_NXWM_CUSTOM_CALIBRATION_ICON is not set
CONFIG_NXWM_CALIBRATION_SIGNO=5
CONFIG_NXWM_CALIBRATION_LISTENERPRIO=100
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment