revised version of F746_SD_GraphicEqualizer
Dependencies: BSP_DISCO_F746NG F746_GUI F746_SAI_IO FrequencyResponseDrawer LCD_DISCO_F746NG SDFileSystem_Warning_Fixed TS_DISCO_F746NG mbed
Fork of F746_SD_GraphicEqualizer by
Diff: MyClasses_Functions/MyFunctions.cpp
- Revision:
- 12:87f6955b5a80
- Parent:
- 10:fc6367c2ffcf
--- a/MyClasses_Functions/MyFunctions.cpp Wed Jun 22 03:59:21 2016 +0000
+++ b/MyClasses_Functions/MyFunctions.cpp Thu Jul 07 05:58:52 2016 +0000
@@ -45,7 +45,7 @@
void SelectFile(ButtonGroup &menu, FileSelector &selector,
Label &msg, string fileList[], int *selected)
{
- selector.DisplayFileList();
+ selector.DisplayFileList(*selected);
msg.Draw("Select file");
do
{
