1
2
3
4
5
6
|
#define vol_hi2_width 16
#define vol_hi2_height 16
static unsigned char vol_hi2_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x80, 0x21, 0xc0, 0x49, 0xfc, 0x51,
0xfc, 0x55, 0xfc, 0x55, 0xfc, 0x55, 0xfc, 0x55, 0xfc, 0x51, 0xc0, 0x49,
0x80, 0x21, 0x00, 0x11, 0x00, 0x00, 0x00, 0x00 };
|