summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-30 11:21:25 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-30 11:21:25 -0600
commit9c190bae9b5d3082d156626dc7c741691a3338cd (patch)
tree126bf12b5c653ea99b85995f93cd777dab7b6910 /NxWidgets/ChangeLog.txt
parent126a5c275c84910761067dee75f1e4dbaf05bb9a (diff)
downloadnuttx-9c190bae9b5d3082d156626dc7c741691a3338cd.tar.gz
nuttx-9c190bae9b5d3082d156626dc7c741691a3338cd.tar.bz2
nuttx-9c190bae9b5d3082d156626dc7c741691a3338cd.zip
Saving of touchscreen calibration but be done in CCalbration each time the touchscreen is calibrated, not just once on startup
Diffstat (limited to 'NxWidgets/ChangeLog.txt')
-rw-r--r--NxWidgets/ChangeLog.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index 28c5ae888..53ea2745f 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -405,3 +405,8 @@
touchscreen calibration data. This depends upon having platform-dependent
support for storate of configuration data. Portions suggested by
Ken Pettit (2013-10-30).
+* NxWM:Calibration: Saving of calibration data must be performed in
+ CCalibration, not in UnitTests/nxwm. Why? Because the touchscreen
+ calibration could also be initiated from other ways other than through
+ the one-time, start-up initialization logic (2013-10-30).
+