summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-14 18:35:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-14 18:35:23 -0600
commitb5a37a3e45ac9faea285cc252e742c1c7267a6d7 (patch)
tree678ad7a3d43ff4bdbc9a5ba2bc280ad9dcfea2b6 /NxWidgets/ChangeLog.txt
parentc4bd33095126562d1f54c63187288d98bf2c4eec (diff)
downloadnuttx-b5a37a3e45ac9faea285cc252e742c1c7267a6d7.tar.gz
nuttx-b5a37a3e45ac9faea285cc252e742c1c7267a6d7.tar.bz2
nuttx-b5a37a3e45ac9faea285cc252e742c1c7267a6d7.zip
NxWM::CCalibration: Add logic to collect and average samples, optionally discarding the most extreem values
Diffstat (limited to 'NxWidgets/ChangeLog.txt')
-rw-r--r--NxWidgets/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index 28c35a9ab..9f7c6a90e 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -384,4 +384,7 @@
* NxWM::CCalibration.cxx/hxx: If CONFIG_NXWM_CALIBRATION_MESSAGES is
defined then CCalibration will provide some instructions in the center
of the display (2013-10-14).
+* NxWM::CCalibration.cxx/hxx: Add options to collect and average
+ multiple samples at each location. Also logic to discard the most
+ extreme samples before averaging (2013-10-14).