use VS1033(MP3 decoder) and UL024TF(TFTLCD)

Dependencies:   FastIO SDFileSystem TFTLCDwithFastIO TouchPanel VS1033 mbed

Fork of 11U68_MP3Player with TFTLCD by en 129

Revision:
3:67e97c846cec
Child:
7:fc65d965a569
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/image.h	Thu Jul 16 11:40:58 2015 +0000
@@ -0,0 +1,23 @@
+#ifndef IMAGE_H
+#define IMAGE_H
+
+#include "ili9328.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern const unsigned short bmp_button_play[0xE10];     // 60x60 pixels 16bitRGB
+extern const unsigned short bmp_button_stop[0xE10];     // 60x60 pixels 16bitRGB
+extern const unsigned short bmp_button_next[0xE10];     // 60x60 pixels 16bitRGB
+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
+
+
+#ifdef __cplusplus
+}
+#endif
+
+
+#endif
\ No newline at end of file