8 lines
432 B
C
8 lines
432 B
C
#define headphones_width 18
|
|
#define headphones_height 18
|
|
static char headphones_bits[] = {
|
|
0xF0, 0x3F, 0x00, 0xF0, 0x3F, 0x00, 0x0C, 0xC0, 0x00, 0x0C, 0xC0, 0x00,
|
|
0x03, 0x00, 0x03, 0x03, 0x00, 0x03, 0x03, 0x00, 0x03, 0x03, 0x00, 0x03,
|
|
0x03, 0x00, 0x03, 0x03, 0x00, 0x03, 0x33, 0x30, 0x03, 0x33, 0x30, 0x03,
|
|
0x3F, 0xF0, 0x03, 0x3F, 0xF0, 0x03, 0x3C, 0xF0, 0x00, 0x3C, 0xF0, 0x00,
|
|
0x3C, 0xF0, 0x00, 0x3C, 0xF0, 0x00, };
|