From 9df979417f2bc012ed2c803008bf92ffbe7fa36f Mon Sep 17 00:00:00 2001
From: Gregory Nutt <gnutt@nuttx.org>
Date: Tue, 15 Oct 2013 16:10:08 -0600
Subject: [PATCH] Add a 320x320 NuttX logo image

---
 NxWidgets/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/NxWidgets/Kconfig b/NxWidgets/Kconfig
index 2de112c3f..7ba639404 100644
--- a/NxWidgets/Kconfig
+++ b/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"