5 lines
196 B
C
5 lines
196 B
C
#define clip_width 9
|
|
#define clip_height 9
|
|
static unsigned char clip_bits[] = {
|
|
0x3e, 0x00, 0x22, 0x00, 0x2a, 0x00, 0xaa, 0x00, 0xaa, 0x00, 0xaa, 0x00,
|
|
0xba, 0x00, 0x82, 0x00, 0xfe, 0x00 };
|