From f44c54bcc09dae6e16b96ad87a1e2b0be9100b4e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 15 Oct 2013 16:11:33 -0600 Subject: [PATCH] SAMA5D3x-EK NxWM configuration: use 320x320 NuttX logo as the background --- configs/sama5d3x-ek/nxwm/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/sama5d3x-ek/nxwm/defconfig b/configs/sama5d3x-ek/nxwm/defconfig index acd57d8ede2..cc03cafad60 100644 --- a/configs/sama5d3x-ek/nxwm/defconfig +++ b/configs/sama5d3x-ek/nxwm/defconfig @@ -904,7 +904,7 @@ CONFIG_NXWM_TASKBAR_ICONHEIGHT=42 # Background Image # # CONFIG_NXWM_DISABLE_BACKGROUND_IMAGE is not set -CONFIG_NXWM_BACKGROUND_IMAGE="" +CONFIG_NXWM_BACKGROUND_IMAGE="NXWidgets::g_nuttxBitmap320x320" # # Application Window Configuration