summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-17 12:07:14 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-17 12:07:14 -0600
commit3585cc73d6f645bbf052e7411d52097f5b5b338a (patch)
tree350a020700b3e56bc18b86c3f2ef319a5da5a995 /NxWidgets/ChangeLog.txt
parentcfbd603eeb19635d391dfafb74deb06611c9486a (diff)
downloadnuttx-3585cc73d6f645bbf052e7411d52097f5b5b338a.tar.gz
nuttx-3585cc73d6f645bbf052e7411d52097f5b5b338a.tar.bz2
nuttx-3585cc73d6f645bbf052e7411d52097f5b5b338a.zip
New touchscreen scaling algorithm for the case where measured X values vary with y position (and vice versa)
Diffstat (limited to 'NxWidgets/ChangeLog.txt')
-rw-r--r--NxWidgets/ChangeLog.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index acaa08e50..b7fd3e9f1 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -395,4 +395,6 @@
* NxWidgets/libnxwidgets/src/glyph_nxlogo320x320.cxx: Add a big, 320x320
NuttX logo image. The older, smaller NuttX logo was renamed from
nxlogo to nxlogo160x160 in all places (2015-10-15).
-
+* NxWM::CCalibration and NxWM::CTouchscreen: Add a complex touchscreen
+ scaling algorithm to handling the case where the measured X values also
+ vary with y position (and vice versa) (2013-10-17).