forked from uwekamper/hackandtell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
applause.cpp
22 lines (21 loc) · 1.34 KB
/
applause.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#include "applause.h"
PROGMEM const unsigned char applause_bmp[] = {
114, 17,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0xE3,0x18,0xC0,
0x01,0x83,0xF0,0x7E,0x0C,0x00,0x03,0x03,0x00,0xC0,0x3C,0x3F,0xF3,0x18,0xC0,
0x01,0x83,0xFC,0x7F,0x8C,0x00,0x03,0x03,0x00,0xC0,0xFE,0x38,0x03,0x18,0xC0,
0x03,0x83,0x1C,0x63,0x8C,0x00,0x07,0x03,0x00,0xC1,0xC0,0x30,0x03,0x18,0xC0,
0x07,0x83,0x06,0x60,0xCC,0x00,0x0F,0x03,0x00,0xC3,0x80,0x30,0x03,0x18,0xC0,
0x06,0xC3,0x06,0x60,0xCC,0x00,0x0D,0x83,0x00,0xC3,0x00,0x30,0x03,0x18,0xC0,
0x0E,0xC3,0x06,0x60,0xCC,0x00,0x1D,0x83,0x00,0xC3,0x00,0x30,0x03,0x18,0xC0,
0x0C,0xC3,0x0E,0x61,0xCC,0x00,0x19,0x83,0x00,0xC3,0x80,0x3F,0xE3,0x18,0xC0,
0x18,0xC3,0x1C,0x63,0x8C,0x00,0x31,0x83,0x00,0xC1,0xF8,0x3F,0xE3,0x18,0xC0,
0x1B,0xC3,0xF8,0x7F,0x0C,0x00,0x37,0x83,0x00,0xC0,0xFE,0x38,0x03,0x18,0xC0,
0x3F,0xE3,0xF0,0x7E,0x0C,0x00,0x7F,0xC3,0x00,0xC0,0x07,0x30,0x03,0x18,0xC0,
0x7E,0x63,0x00,0x60,0x0C,0x00,0xFC,0xC3,0x01,0x80,0x03,0x30,0x03,0x18,0xC0,
0x60,0x63,0x00,0x60,0x0C,0x00,0xC0,0xC3,0x81,0x80,0x03,0x30,0x03,0x18,0xC0,
0x60,0x63,0x00,0x60,0x0C,0x00,0xC0,0xC1,0x83,0x84,0x03,0x30,0x00,0x00,0x00,
0xE0,0x73,0x00,0x60,0x0C,0x79,0xC0,0xE1,0xC3,0x06,0x0E,0x30,0x00,0x00,0x00,
0xC0,0x33,0x00,0x60,0x0F,0xF9,0x80,0x60,0xFF,0x07,0xFC,0x3F,0xE3,0x18,0xC0,
0xC0,0x33,0x00,0x60,0x0F,0xC1,0x80,0x60,0x7C,0x01,0xF0,0x1F,0xE3,0x18,0xC0
};