7 lines
216 B
C
7 lines
216 B
C
|
#define bs_width 11
|
||
|
#define bs_height 11
|
||
|
static unsigned char bs_bits[] = {
|
||
|
0x20, 0x00, 0x30, 0x00, 0x38, 0x00, 0xfc, 0x07, 0xfe, 0x07, 0xff, 0x07,
|
||
|
0xfe, 0x07, 0xfc, 0x07, 0x38, 0x00, 0x30, 0x00, 0x20, 0x00};
|
||
|
|