Maximum sound animation test for Pokitto. BE CAREFUL, it is loud. You can also test buttons.

Dependencies:   PokittoLib

Fork of HelloWorld by Pokitto Community Team

A sound / buttons testing program. Put feelgood.snd on SD card (11kHz 8- bit unsigned raw sample) to hear sound

m_tongue.c

Committer:
Pokitto
Date:
2018-05-02
Revision:
9:67877833c19e
Parent:
1:9e3293ab4ad9

File content as of revision 9:67877833c19e:



/*
 * 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,

};