5 lines
217 B
C
5 lines
217 B
C
#define volume_plus_width 9
|
|
#define volume_plus_height 9
|
|
static unsigned char volume_plus_bits[] = {
|
|
0x10, 0x00, 0x18, 0x00, 0x14, 0x00, 0x93, 0x00, 0xd1, 0x01, 0x93, 0x00,
|
|
0x14, 0x00, 0x18, 0x00, 0x10, 0x00 };
|