summaryrefslogtreecommitdiff
path: root/apps/NxWidgets
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 /apps/NxWidgets
parent57aa5b7bfc908170d9b068ebf71696bafdea473d (diff)
downloadnuttx-6038af4a17b2abe82485c388365cd4c54886e4c9.tar.gz
nuttx-6038af4a17b2abe82485c388365cd4c54886e4c9.tar.bz2
nuttx-6038af4a17b2abe82485c388365cd4c54886e4c9.zip
Add a 320x320 NuttX logo image
Diffstat (limited to 'apps/NxWidgets')
-rw-r--r--apps/NxWidgets/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/NxWidgets/Kconfig b/apps/NxWidgets/Kconfig
index 2de112c3f..7ba639404 100644
--- a/apps/NxWidgets/Kconfig
+++ b/apps/NxWidgets/Kconfig
@@ -486,10 +486,11 @@ config NXWM_DISABLE_BACKGROUND_IMAGE
config NXWM_BACKGROUND_IMAGE
string "Background Image"
+ default "NXWidgets::g_nuttxBitmap160x160"
depends on !NXWM_DISABLE_BACKGROUND_IMAGE
---help---
The name of the image to use in the background window. Default:
- NXWidgets::g_nuttxBitmap
+ "NXWidgets::g_nuttxBitmap160x160"
comment "Application Window Configuration"