Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem_Warning_Fixed
Diff: SD_PlayerSkeleton.cpp
- Revision:
- 2:511479736d6e
- Parent:
- 1:c7968701f7b3
- Child:
- 4:d730d024ac32
--- a/SD_PlayerSkeleton.cpp Mon Aug 15 06:06:52 2016 +0000
+++ b/SD_PlayerSkeleton.cpp Sun Oct 02 03:26:52 2016 +0000
@@ -1,7 +1,7 @@
//--------------------------------------------------------------
// SD プレーヤー用抽象基底クラス
//
-// 2016/08/15, Copyright (c) 2016 MIKAMI, Naoki
+// 2016/10/01, Copyright (c) 2016 MIKAMI, Naoki
//--------------------------------------------------------------
#include "SD_PlayerSkeleton.hpp"
@@ -13,7 +13,7 @@
mySai_(SaiIO::OUTPUT, FRAME_SIZE_, fs),
sdReader_(FRAME_SIZE_),
title_(214, 4, str, Label::CENTER, Font16),
- selector_(0, 22, 7, 37, sdReader_),
+ selector_(0, 22, 256, 37, sdReader_),
menu_(BG_LEFT_, 2, BG_WIDTH_, BG_HEIGHT_, 5,
(string[]){"OPEN", "PLAY", "PAUSE", "RESUME", "STOP"},
0, 2, 1),