aboutsummaryrefslogtreecommitdiff
path: root/src/graph/include/bitmaps/hand.bitmap
blob: aa504daa63f93d8139cc5e111d9cc428a389ca10 (plain)
1
2
3
4
5
6
7
8
#define hand_width 16
#define hand_height 16
#define hand_x_hot 5
#define hand_y_hot 1
static char hand_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};