1
2
3
4
5
6
7
8
|
#define aleph_width 16
#define aleph_height 16
#define aleph_x_hot -1
#define aleph_y_hot -1
static char aleph_bits[] = {
0x38, 0x78, 0x38, 0x30, 0x38, 0x10, 0x24, 0x08, 0x24, 0x08, 0x44, 0x08,
0x84, 0x10, 0x88, 0x20, 0x10, 0x21, 0x10, 0x21, 0x10, 0x22, 0x08, 0x1c,
0x0c, 0x1c, 0x1e, 0x1c, 0x00, 0x00, 0x00, 0x00};
|