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_grin.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_grin_pal[] = {
0,65535,38918,62943,950,1375,26207,2440,48893,59358,38905,34615,30260,40922,51196,21485
};

const uint8_t m_grin[] = {
72,24,
170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,242,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,43,170,170,
170,170,35,51,51,207,51,51,56,243,51,51,63,51,51,51,243,51,51,63,51,51,51,248,51,51,63,195,51,51,207,51,51,47,170,170,170,171,33,17,17,143,17,17,25,241,17,17,31,145,17,17,248,17,17,31,145,17,17,248,17,17,31,129,17,17,143,17,17,255,170,170,
170,171,41,17,17,143,17,17,24,241,17,17,31,145,17,17,248,17,17,31,145,17,17,248,17,17,31,129,17,17,143,17,17,255,186,170,170,171,41,17,17,143,17,17,24,241,17,17,31,145,17,17,248,17,17,31,145,17,17,248,17,17,31,129,17,17,143,17,17,242,203,170,
170,171,41,17,17,143,17,17,25,241,17,17,31,145,17,17,248,17,17,31,145,17,17,248,17,17,31,129,17,17,143,17,17,242,203,170,170,171,33,17,17,143,17,17,25,241,17,17,31,145,17,17,248,17,17,31,145,17,17,248,17,17,31,129,17,17,143,17,17,242,203,170,
170,171,47,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,242,203,170,170,170,40,153,153,143,153,153,152,249,153,153,159,137,153,153,248,153,153,159,137,153,153,248,153,153,159,201,153,153,143,153,153,242,203,170,
170,170,242,49,17,143,17,17,25,241,17,17,31,145,17,17,248,17,17,31,145,17,17,248,17,17,31,129,17,17,143,17,19,47,203,170,170,170,172,34,49,143,17,17,24,241,17,17,31,145,17,17,248,17,17,31,145,17,17,248,17,17,31,129,17,17,143,17,194,47,202,170,
170,170,170,194,44,143,17,17,24,241,17,17,31,145,17,17,248,17,17,31,145,17,17,248,17,17,31,129,17,17,143,50,39,252,186,170,170,170,170,171,242,47,17,17,24,241,17,17,31,145,17,17,248,17,17,31,145,17,17,248,17,17,31,129,17,17,130,34,255,204,186,170,
170,170,170,170,188,242,44,145,25,241,17,17,31,145,17,17,248,17,17,31,145,17,17,248,17,17,31,129,17,50,34,255,252,186,170,170,170,170,170,170,170,188,242,34,56,241,17,17,31,145,17,17,248,17,17,31,145,17,17,248,17,17,31,137,194,34,255,252,187,170,170,170,
170,170,170,170,170,171,188,242,34,35,145,17,31,145,17,17,248,17,17,31,145,17,17,248,17,17,60,34,39,255,252,203,170,170,170,170,170,170,170,170,170,170,171,188,207,34,34,195,159,145,17,17,248,17,17,31,145,17,17,136,51,242,34,47,255,204,187,170,170,170,170,170,
170,170,170,170,170,170,170,170,187,204,255,34,34,47,51,51,248,17,17,159,131,51,194,34,34,39,255,252,204,187,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,187,188,207,255,34,34,34,34,34,34,34,34,34,34,127,255,255,204,203,186,170,170,170,170,170,170,170,
170,170,170,170,170,170,170,170,170,170,171,187,204,204,207,255,255,255,255,255,255,255,255,252,204,203,187,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,187,187,204,204,204,204,204,204,204,203,187,187,170,170,170,170,170,170,170,170,170,170,170,
170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,187,187,187,186,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,

};