5 lines
196 B
C
5 lines
196 B
C
#define plus_width 9
|
|
#define plus_height 9
|
|
static unsigned char plus_bits[] = {
|
|
0x38, 0x00, 0x28, 0x00, 0x28, 0x00, 0xef, 0x01, 0x01, 0x01, 0xef, 0x01,
|
|
0x28, 0x00, 0x28, 0x00, 0x38, 0x00 };
|