summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include/nxwmconfig.hxx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-15 16:10:08 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-15 16:10:08 -0600
commit6038af4a17b2abe82485c388365cd4c54886e4c9 (patch)
tree6ae6ebc6277d5e00e837ac299e6a560e0a93fb01 /NxWidgets/nxwm/include/nxwmconfig.hxx
parent57aa5b7bfc908170d9b068ebf71696bafdea473d (diff)
downloadnuttx-6038af4a17b2abe82485c388365cd4c54886e4c9.tar.gz
nuttx-6038af4a17b2abe82485c388365cd4c54886e4c9.tar.bz2
nuttx-6038af4a17b2abe82485c388365cd4c54886e4c9.zip
Add a 320x320 NuttX logo image
Diffstat (limited to 'NxWidgets/nxwm/include/nxwmconfig.hxx')
-rw-r--r--NxWidgets/nxwm/include/nxwmconfig.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/NxWidgets/nxwm/include/nxwmconfig.hxx b/NxWidgets/nxwm/include/nxwmconfig.hxx
index 7715224e2..a10491d39 100644
--- a/NxWidgets/nxwm/include/nxwmconfig.hxx
+++ b/NxWidgets/nxwm/include/nxwmconfig.hxx
@@ -270,11 +270,11 @@
/* Background Image **********************************************************/
/**
* CONFIG_NXWM_BACKGROUND_IMAGE - The name of the image to use in the
- * background window. Default:NXWidgets::g_nuttxBitmap
+ * background window. Default:NXWidgets::g_nuttxBitmap160x160
*/
#ifndef CONFIG_NXWM_BACKGROUND_IMAGE
-# define CONFIG_NXWM_BACKGROUND_IMAGE NXWidgets::g_nuttxBitmap
+# define CONFIG_NXWM_BACKGROUND_IMAGE NXWidgets::g_nuttxBitmap160x160
#endif
/* Start Window Configuration ***********************************************/