aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/bitmaps/sum.bm
blob: da7736d25b330d767163c0c448eee2bb42bffcfb (plain)
1
2
3
4
5
6
7
8
#define sum_width 16
#define sum_height 16
#define sum_x_hot 9
#define sum_y_hot 8
static char sum_bits[] = {
   0xf0, 0x0f, 0x10, 0x08, 0x20, 0x00, 0x40, 0x00, 0x80, 0x00, 0x00, 0x01,
   0x00, 0x02, 0x00, 0x02, 0x00, 0x02, 0x00, 0x02, 0x00, 0x01, 0x80, 0x00,
   0x40, 0x00, 0x20, 0x00, 0x10, 0x08, 0xf0, 0x0f};