forked from Miroirs/x49gp
7 lines
178 B
C
7 lines
178 B
C
|
#define tiny_i_width 4
|
||
|
#define tiny_i_height 7
|
||
|
#define tiny_i_x_hot 0
|
||
|
#define tiny_i_y_hot 6
|
||
|
static unsigned char tiny_i_bits[] = {
|
||
|
0x02, 0x00, 0x00, 0x02, 0x02, 0x02, 0x02};
|