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: FastIO SDFileSystem TFTLCDwithFastIO TouchPanel VS1033 mbed
Fork of 11U68_MP3Player with TFTLCD by
Diff: image.h
- 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
