summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-21 00:01:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-21 00:01:41 +0000
commit91f06e2f2415bfa67e3b3bff3c2e6c838a413ec9 (patch)
tree6d64f376c12517a64f45787853a7b8b4dfd2d7fb /apps/ChangeLog.txt
parent6407cb367e2856b7c8fb427cd420a6d58a179ce9 (diff)
downloadnuttx-91f06e2f2415bfa67e3b3bff3c2e6c838a413ec9.tar.gz
nuttx-91f06e2f2415bfa67e3b3bff3c2e6c838a413ec9.tar.bz2
nuttx-91f06e2f2415bfa67e3b3bff3c2e6c838a413ec9.zip
Add a NuttX logo image example
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3805 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index e468f49fb..712e1e4f7 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -79,3 +79,6 @@
built as an NSH "built-in" command.
* apps/examples/nx, ntext, and nxhello: All updated to use the new
NuttX font interfaces.
+ * apps/examples/nximage: Another super simple graphics example: It just puts
+ the NuttX logo in the center of the display. This example can also be
+ built as an NSH "built-in" command.