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: PokittoLib
Fork of AnimationTest by
m_tongue.c
- Committer:
- Pokitto
- Date:
- 2017-10-11
- Revision:
- 1:9e3293ab4ad9
File content as of revision 1:9e3293ab4ad9:
/* * BMP image as 4bpp (16 colour index) data */ #include <stdint.h> #include "Animation.h" const uint16_t m_tongue_pal[] = { 0,65535,38918,62943,950,1375,26207,2440,48893,59358,38905,34615,30260,40922,51196,21485 }; const uint8_t m_tongue[] = { 32,16, 207,255,255,255,255,255,255,255,255,255,255,255,255,255,255,251,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15, 112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15, 240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,240,0,0,0,2,34,32,0,0,2,34,32,0,0,0,11, 176,0,0,2,34,34,32,0,0,2,34,34,32,0,0,122,223,0,0,34,34,34,32,0,0,2,34,34,34,0,0,205, 171,112,2,34,34,34,34,0,0,34,34,34,34,32,15,218,173,192,2,34,34,34,34,34,34,34,34,34,34,32,123,218, 170,220,2,34,34,34,34,34,34,34,34,34,34,39,189,170,170,173,207,34,34,34,34,34,34,34,34,34,34,251,218,170, 170,170,218,242,34,34,34,34,34,34,34,34,44,173,170,170,170,170,170,171,242,34,34,34,34,34,34,47,186,170,170,170, 170,170,170,170,170,207,242,34,34,47,203,170,170,170,170,170,170,170,170,170,170,173,170,170,170,170,218,170,170,170,170,170, };