1
2
3
4
5
6
|
#define hand_up_width 16
#define hand_up_height 16
static char hand_up_bits[] = {
0x80,0x03,0xe0,0x06,0xa0,0x1a,0xa0,0x2a,0xa0,0x2a,0xb0,0x2a,0xa8,0x2a,0x28,
0x28,0x28,0x20,0x28,0x20,0x08,0x20,0x08,0x20,0x10,0x20,0x20,0x10,0x40,0x10,
0x40,0x10};
|