5 lines
196 B
C
5 lines
196 B
C
#define info_width 9
|
|
#define info_height 9
|
|
static unsigned char info_bits[] = {
|
|
0x38, 0x00, 0x38, 0x00, 0x00, 0x00, 0x3c, 0x00, 0x38, 0x00, 0x38, 0x00,
|
|
0x38, 0x00, 0x38, 0x00, 0x7c, 0x00 };
|