6 lines
157 B
C
6 lines
157 B
C
|
#define src2_width 4
|
||
|
#define src2_height 4
|
||
|
static char src2_bits[] = {
|
||
|
0x0f,0x5f,0x40,0x00,0x00,0x00,0x00,0x2d,0x00,0x39,0x00,0x5f,0x00,0x5d,0x00,
|
||
|
0x30 };
|