
// This is Minidalek version 29 - sound info                             11/20/2025
//***************************************************************************************
// 
/*
DF Player Mini info:

1).The default  folders are  named  as "00", "11", “99” in  this  way. It is
made to support maximum 100 folders and maximum 255 tracks in each folder.
Tracks are named "001" through "255" and may be .mp3 or .wav

2).For example, to specify and play “100-filename.mp3” in the folder "01", 
send the command 7E FF 06 0F 00 01 64 EF  
or in decimal 126,255,6,15,0,1,100,239
MSB: 6th byte represents the name of the folder, supports 99 folders from 00 - 99.
LSB: 7th byte represents the track, supports 255 tracks from 0x01 to 0xFF.

3).You must specify both the folder and the file name to target a track. This feature supports MP3
   and WAV audio formats.
*/
//
//version 29
//
// there are 4 audio modes (for now)
//
// servo mode - down, X button and PS button (just a few sound - least annoying) 
// dpad mode - right, left, down, X and ps button (many sounds - beast mode!)
// ps mode - X, down, ps button  (some sounds - OK for kids)
// r2d2 mode - enable this by holding Button1 while booting or install jumper by Button1
//
//
// press up arrow 12 times to enable Dpad key sounds and disable servo mode- DONT TELL THE KIDS
//   right - cycles through 15 sounds named (201-215 if dpad*) (170 if PSmode*)
//   left  - (play previous right arrow sound if dpad*) (175 if PSmode*)
//
//   up   - plays sound named (216 if dpad)
//          works 3 times until you press another button
//
//   down - plays sound named (220 if servo*) (221-222 if dpad*) (223 if PS*) 
//          works once until you press another button
//
//
// press down arrow 12 times to enable round PlayStation button(PSmode)- DONT TELL THE KIDS
//
//   PS - cycles through sounds (224 if servo) (225-229 if PSmode*) (230-250 if dpad) earlights
//        (sound 011 if r2d2)
//
//   X  - (sound 140-143 if servo*) (sound 150-159 if dpad*) (sound 160-164 if PSmode*) gunlight 
//        (sound 038-050 if r2d2*)
//	
// 012 - Red circle button (r2d2 mode gun)	
// 013 - Red circle button (machine gun)
// 015 - L2 Trigger button (Pew gun)
// 016 - L2 Trigger button (r2d2 Pew gun)
// 008 - L1 button (r2d2 mode)its a trap (cycle through 008-010)
// 005 - L1 button (exterminate)
// 190 - dpadMode announcement
// 191 - psMode announcement
// 192 - servoMode announcement
// 193 - dalekMode announcement
// 194 - r2d2Mode announcement
// 195 - Adjustable speed announcement
//
//      * ignore the asterisk

