use VS1033(MP3 decoder) and UL024TF(TFTLCD)

Dependencies:   FastIO SDFileSystem TFTLCDwithFastIO TouchPanel VS1033 mbed

Fork of 11U68_MP3Player with TFTLCD by en 129

Committer:
nameless129
Date:
Fri Jul 24 11:06:18 2015 +0000
Revision:
7:fc65d965a569
Parent:
3:67e97c846cec
Child:
8:198b69e78c39
change to O3

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nameless129 3:67e97c846cec 1 #ifndef IMAGE_H
nameless129 3:67e97c846cec 2 #define IMAGE_H
nameless129 7:fc65d965a569 3 #pragma O3
nameless129 3:67e97c846cec 4 #include "ili9328.h"
nameless129 3:67e97c846cec 5
nameless129 3:67e97c846cec 6 #ifdef __cplusplus
nameless129 3:67e97c846cec 7 extern "C" {
nameless129 3:67e97c846cec 8 #endif
nameless129 3:67e97c846cec 9
nameless129 3:67e97c846cec 10 extern const unsigned short bmp_button_play[0xE10]; // 60x60 pixels 16bitRGB
nameless129 3:67e97c846cec 11 extern const unsigned short bmp_button_stop[0xE10]; // 60x60 pixels 16bitRGB
nameless129 3:67e97c846cec 12 extern const unsigned short bmp_button_next[0xE10]; // 60x60 pixels 16bitRGB
nameless129 3:67e97c846cec 13 extern const unsigned short bmp_button_prev[0xE10]; // 60x60 pixels 16bitRGB
nameless129 3:67e97c846cec 14 extern const unsigned short bmp_button_volup[0xE10]; // 60x60 pixels 16bitRGB
nameless129 3:67e97c846cec 15 extern const unsigned short bmp_button_voldown[0xE10]; // 60x60 pixels 16bitRGB
nameless129 3:67e97c846cec 16
nameless129 3:67e97c846cec 17
nameless129 3:67e97c846cec 18 #ifdef __cplusplus
nameless129 3:67e97c846cec 19 }
nameless129 3:67e97c846cec 20 #endif
nameless129 3:67e97c846cec 21
nameless129 3:67e97c846cec 22
nameless129 3:67e97c846cec 23 #endif