Library for Skeleton of SD card player. SD カードプレーヤのための骨組みとして使うためのライブラリ.このライブラリを登録した際のプログラム:「F746_SD_Player_Demo」

Dependencies:   SDFileSystem_Warning_Fixed

Dependents:   F746_SD_Player_Demo F746_SD_VarableFilter F746_SD_GraphicEqualizer F746_MySoundMachine ... more

Revision:
3:dd3b8a21417b
Parent:
2:511479736d6e
Child:
11:c33c711a5712
--- a/FileSelectorWav.hpp	Sun Oct 02 03:26:52 2016 +0000
+++ b/FileSelectorWav.hpp	Wed Nov 02 12:59:58 2016 +0000
@@ -36,7 +36,7 @@
                    uint32_t color = GuiBase::ENUM_BACK);
 
     private:
-        static const int MAX_LIST_PAGE_ = 6;    // 1ページに表示するファイル数の最大値
+        static const int MAX_LIST_PAGE_ = 6;  // 1ページに表示するファイル数の最大値
         static const uint8_t W_H_ = 24;
         static const uint8_t V_L_ = 36;
         static const uint32_t BASE_COLOR_ = 0xFF80FFA0;