5 lines
214 B
C
5 lines
214 B
C
#define headphones_width 9
|
|
#define headphones_height 9
|
|
static unsigned char headphones_bits[] = {
|
|
0x7c, 0x00, 0x82, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x45, 0x01,
|
|
0xc7, 0x01, 0xc6, 0x00, 0xc6, 0x00 };
|