Add beginning a a media player window to NxWM from Ken Pettit. Still a work in progress
This commit is contained in:
parent
2f720ee01f
commit
425772f3c2
@ -551,3 +551,5 @@
|
||||
* apps/examplex/nxtext: Remove the CONFIG_EXAMPLES_NXTEXT_NOGETRUN
|
||||
option. The test logic was bad for the case where this options
|
||||
is not selected. Also, complete the empty Kconfig file (2013-5-7).
|
||||
* apps/NxWidgets/Kconfig: Updated to match NxWidgets/Kconfig by
|
||||
Ken Pettit (2013-5-11).
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user