1
2
3
4
5
6
7
8
|
#define Pi_width 16
#define Pi_height 16
#define Pi_x_hot -1
#define Pi_y_hot -1
static char Pi_bits[] = {
0xfc, 0x3f, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18,
0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18,
0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x3c, 0x3c};
|