use VS1033(MP3 decoder) and UL024TF(TFTLCD)

Dependencies:   TFTLCDwithFastIO FastIO SDFileSystem TouchPanel VS1033 mbed

Revision:
8:198b69e78c39
Parent:
7:fc65d965a569
--- a/image.h	Fri Jul 24 11:06:18 2015 +0000
+++ b/image.h	Thu Jul 30 02:36:18 2015 +0000
@@ -13,6 +13,7 @@
 extern const unsigned short bmp_button_prev[0xE10];     // 60x60 pixels 16bitRGB
 extern const unsigned short bmp_button_volup[0xE10];    // 60x60 pixels 16bitRGB
 extern const unsigned short bmp_button_voldown[0xE10];  // 60x60 pixels 16bitRGB
+extern const unsigned short bmp_button_pause[0xE10];    // 60x60 pixels 16bitRGB
 
 
 #ifdef __cplusplus