summaryrefslogtreecommitdiff
path: root/apps/examples
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 /apps/examples
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 'apps/examples')
-rw-r--r--apps/examples/nxtext/Kconfig9
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/examples/nxtext/Kconfig b/apps/examples/nxtext/Kconfig
index 90f4e5cd2..d7dc1be82 100644
--- a/apps/examples/nxtext/Kconfig
+++ b/apps/examples/nxtext/Kconfig
@@ -82,7 +82,7 @@ config EXAMPLES_NXTEXT_PUFONTCOLOR
The color of the fonts used in the pop-up window. Default
depends on config EXAMPLES_NXTEXT_BPP.
-endif
+endif # !EXAMPLES_NXTEXT_DEFAULT_COLORS
comment "Example Font Configuration"
@@ -106,7 +106,7 @@ config EXAMPLES_NXTEXT_PUFONTID
Selects the font used in the pop-up window (see font ID numbers
in include/nuttx/nx/nxfonts.h)
-endif
+endif # !EXAMPLES_NXTEXT_DEFAULT_FONT
config EXAMPLES_NXTEXT_EXTERNINIT
bool "External Device Initialization"
@@ -124,6 +124,7 @@ config EXAMPLES_NXTEXT_EXTERNINIT
#endif
if NX_MULTIUSER
+
comment "Multi-User Configuration Options"
config EXAMPLES_NXTEXT_STACKSIZE
@@ -156,5 +157,5 @@ config EXAMPLES_NXTEXT_NOTIFYSIGNO
---help---
The signal number to use with nx_eventnotify(). Default: 4
-endif
-endif
+endif # NX_MULTIUSER
+endif # EXAMPLES_NXTEXT