1
2
3
4
5
6
7
8
|
#define forall_width 16
#define forall_height 16
#define forall_x_hot -1
#define forall_y_hot -1
static char forall_bits[] = {
0x00, 0x00, 0x06, 0x60, 0x06, 0x60, 0x0c, 0x30, 0x0c, 0x30, 0xf8, 0x1f,
0xf8, 0x1f, 0x30, 0x0c, 0x30, 0x0c, 0x60, 0x06, 0x60, 0x06, 0xc0, 0x03,
0xc0, 0x03, 0x80, 0x01, 0x00, 0x00, 0x00, 0x00};
|