aboutsummaryrefslogtreecommitdiff
path: root/src/graph/include/purty/volume.mask.B
blob: ed3e79294d07b20ab932678b3d8ddddda85f04d7 (plain)
1
2
3
4
5
6
7
8
#define volumeMask_width 16
#define volumeMask_height 16
#define volumeMask_x_hot 8
#define volumeMask_y_hot 0
static char volumeMask_bits[] = {
   0x00, 0x00, 0x60, 0x00, 0x90, 0x00, 0x10, 0x01, 0x10, 0x07, 0x10, 0x09,
   0x0c, 0x39, 0x1a, 0x51, 0x32, 0x50, 0x22, 0x40, 0x22, 0x40, 0x04, 0x60,
   0x04, 0x30, 0xf8, 0x1f, 0x04, 0x20, 0xf8, 0x1f};