summaryrefslogtreecommitdiff
path: root/apps/NxWidgets
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-11 16:15:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-11 16:15:51 -0600
commit9170f5ac5117c9239e9fb9265a9d74725b089d16 (patch)
tree7f32fd395083732ea58ec3697d0e6c0121773847 /apps/NxWidgets
parent5b0a06cafebd0a0dc8060f7e7a4208cac06dcaaa (diff)
downloadnuttx-9170f5ac5117c9239e9fb9265a9d74725b089d16.tar.gz
nuttx-9170f5ac5117c9239e9fb9265a9d74725b089d16.tar.bz2
nuttx-9170f5ac5117c9239e9fb9265a9d74725b089d16.zip
Add beginning a a media player window to NxWM from Ken Pettit. Still a work in progress
Diffstat (limited to 'apps/NxWidgets')
-rw-r--r--apps/NxWidgets/Kconfig18
1 files changed, 15 insertions, 3 deletions
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