From 9170f5ac5117c9239e9fb9265a9d74725b089d16 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 11 May 2013 16:15:51 -0600 Subject: Add beginning a a media player window to NxWM from Ken Pettit. Still a work in progress --- apps/NxWidgets/Kconfig | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'apps/NxWidgets') diff --git a/apps/NxWidgets/Kconfig b/apps/NxWidgets/Kconfig index efa56a06c..1e4e10c66 100644 --- a/apps/NxWidgets/Kconfig +++ b/apps/NxWidgets/Kconfig @@ -470,7 +470,7 @@ config NXWM_BACKGROUND_IMAGE NXWidgets::g_nuttxBitmap comment "Application Window Configuration" - + config NXWM_CUSTOM_APPWINDOW_ICONS bool "Custom Start/Stop Application Window Icons" default n @@ -591,13 +591,13 @@ if NXWM_NXCONSOLE_CUSTOM_COLORS config NXWM_NXCONSOLE_WCOLOR hex "NxConsole Background Color" ---help--- - The color of the NxConsole window background. Default: + The color of the NxConsole window background. Default: RGB(192,192,192) config NXWM_NXCONSOLE_FONTCOLOR hex "NxConsole Font Color" ---help--- - The color of the fonts to use in the NxConsole window. + The color of the fonts to use in the NxConsole window. Default: RGB(0,0,0) endif @@ -840,4 +840,16 @@ config NXWM_HEXCALCULATOR_FONTID NxWM font ID (NXWM_DEFAULT_FONTID). Default: 0 endif +config NXWM_MEDIAPLAYER + bool "Enable Media Player" + default n + ---help--- + Enable support for the MP3 Media Player. This features requires + a board that includes an MP3 Codec chip, such as the Mikromedia + boards available from MikroElektronica, along with a NuttX port + with a device driver for the MP3 codec. + + NOTE: This application is currently under development and just + a shell of an app which will be developed soon. + endif -- cgit v1.2.3