From 6407cb367e2856b7c8fb427cd420a6d58a179ce9 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 21 Jul 2011 00:01:15 +0000 Subject: Add a NuttX logo image example git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3804 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/nxhello/nxhello_bkgd.c | 4 ++-- apps/examples/nxhello/nxhello_main.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/examples/nxhello') 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. * ****************************************************************************/ diff --git a/apps/examples/nxhello/nxhello_main.c b/apps/examples/nxhello/nxhello_main.c index 98b16bb1d..4f6701aa5 100644 --- a/apps/examples/nxhello/nxhello_main.c +++ b/apps/examples/nxhello/nxhello_main.c @@ -274,7 +274,7 @@ int MAIN_NAME(int argc, char *argv[]) } message(MAIN_NAME_STRING ": Screen resolution (%d,%d)\n", g_nxhello.xres, g_nxhello.yres); - /* Now, say hello and exit, leeping a little before each. */ + /* Now, say hello and exit, sleeping a little before each. */ sleep(1); nxhello_hello(g_nxhello.hbkgd); -- cgit v1.2.3