forked from Miroirs/x49gp
7 lines
230 B
C
7 lines
230 B
C
|
#define tiny_parenleft_width 4
|
||
|
#define tiny_parenleft_height 9
|
||
|
#define tiny_parenleft_x_hot 0
|
||
|
#define tiny_parenleft_y_hot 7
|
||
|
static unsigned char tiny_parenleft_bits[] = {
|
||
|
0x04, 0x02, 0x02, 0x01, 0x01, 0x01, 0x02, 0x02, 0x04};
|