summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rwxr-xr-xapps/ChangeLog.txt4
-rw-r--r--apps/examples/README.txt2
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 9934e1fe4..75d5c2b09 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -220,7 +220,7 @@
* Kconfig, */Kconfig: Added skeleton Kconfig files to all directories that
may need them.
-6.18 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>
+6.18 2012-05-19 Gregory Nutt <gnutt@nuttx.org>
* Kconfig: Continued Kconfig file updates (no longer tracking on a per-file
basis in the ChangeLog)
@@ -228,3 +228,5 @@
* apps/examples/tiff: Fix wrong path used for temporary file.
* apps/examples/touchscreen: Standardize the board-specific, touchscreen
initialization interfaces.
+
+6.19 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index f11b92b51..4330224b0 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -811,7 +811,7 @@ examplex/nxlines
in the background window. Default depends on CONFIG_EXAMPLES_NXLINES_BPP
(there really is no meaningful default).
CONFIG_EXAMPLES_NXLINES_BORDERWIDTH -- The width of the circular border
- drawn in the background window. (default: 4).
+ drawn in the background window. (default: 16).
CONFIG_EXAMPLES_NXLINES_BORDERCOLOR -- The color of the circular border
drawn in the background window. Default depends on CONFIG_EXAMPLES_NXLINES_BPP
(there really is no meaningful default).