forked from Miroirs/x49gp
7 lines
188 B
C
7 lines
188 B
C
|
#define tiny_two_width 5
|
||
|
#define tiny_two_height 7
|
||
|
#define tiny_two_x_hot 0
|
||
|
#define tiny_two_y_hot 6
|
||
|
static unsigned char tiny_two_bits[] = {
|
||
|
0x06, 0x09, 0x08, 0x08, 0x04, 0x02, 0x0f};
|