1
2
3
4
5
6
7
8
|
#define psi_width 16
#define psi_height 16
#define psi_x_hot -1
#define psi_y_hot -1
static char psi_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0xc6, 0x18, 0xc6, 0x18,
0xc6, 0x1c, 0x6c, 0x0e, 0xfc, 0x07, 0xf8, 0x03, 0x60, 0x00, 0x70, 0x00,
0x30, 0x00, 0x30, 0x00, 0x18, 0x00, 0x00, 0x00};
|