Add a 320x320 NuttX logo image
This commit is contained in:
parent
4f24c69538
commit
eec375cf0e
3
Kconfig
3
Kconfig
@ -486,10 +486,11 @@ config NXWM_DISABLE_BACKGROUND_IMAGE
|
|||||||
|
|
||||||
config NXWM_BACKGROUND_IMAGE
|
config NXWM_BACKGROUND_IMAGE
|
||||||
string "Background Image"
|
string "Background Image"
|
||||||
|
default "NXWidgets::g_nuttxBitmap160x160"
|
||||||
depends on !NXWM_DISABLE_BACKGROUND_IMAGE
|
depends on !NXWM_DISABLE_BACKGROUND_IMAGE
|
||||||
---help---
|
---help---
|
||||||
The name of the image to use in the background window. Default:
|
The name of the image to use in the background window. Default:
|
||||||
NXWidgets::g_nuttxBitmap
|
"NXWidgets::g_nuttxBitmap160x160"
|
||||||
|
|
||||||
comment "Application Window Configuration"
|
comment "Application Window Configuration"
|
||||||
|
|
||||||
|
@ -270,11 +270,11 @@
|
|||||||
/* Background Image **********************************************************/
|
/* Background Image **********************************************************/
|
||||||
/**
|
/**
|
||||||
* CONFIG_NXWM_BACKGROUND_IMAGE - The name of the image to use in the
|
* 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
|
#ifndef CONFIG_NXWM_BACKGROUND_IMAGE
|
||||||
# define CONFIG_NXWM_BACKGROUND_IMAGE NXWidgets::g_nuttxBitmap
|
# define CONFIG_NXWM_BACKGROUND_IMAGE NXWidgets::g_nuttxBitmap160x160
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Start Window Configuration ***********************************************/
|
/* Start Window Configuration ***********************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user