summaryrefslogtreecommitdiff
path: root/apps/examples/nxhello/nxhello_bkgd.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-21 00:01:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-21 00:01:15 +0000
commit6407cb367e2856b7c8fb427cd420a6d58a179ce9 (patch)
treeec888e0787e5fcdfc73c7a97b75748d44bdd7646 /apps/examples/nxhello/nxhello_bkgd.c
parent610a6c9a4d50657d5f04d3247a229795e599be3b (diff)
downloadnuttx-6407cb367e2856b7c8fb427cd420a6d58a179ce9.tar.gz
nuttx-6407cb367e2856b7c8fb427cd420a6d58a179ce9.tar.bz2
nuttx-6407cb367e2856b7c8fb427cd420a6d58a179ce9.zip
Add a NuttX logo image example
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3804 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/nxhello/nxhello_bkgd.c')
-rw-r--r--apps/examples/nxhello/nxhello_bkgd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/nxhello/nxhello_bkgd.c b/apps/examples/nxhello/nxhello_bkgd.c
index f3c6b8add..3b609d1f6 100644
--- a/apps/examples/nxhello/nxhello_bkgd.c
+++ b/apps/examples/nxhello/nxhello_bkgd.c
@@ -332,10 +332,10 @@ static void nxhello_initglyph(FAR uint8_t *glyph, uint8_t height,
****************************************************************************/
/****************************************************************************
- * Name: nxhello_write
+ * Name: nxhello_hello
*
* Description:
- * Put a sequence of bytes in the window.
+ * Print "Hello, World!" in the center of the display.
*
****************************************************************************/