6 lines
233 B
C
6 lines
233 B
C
|
#define full_width 12
|
||
|
#define full_height 12
|
||
|
static unsigned char full_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0xfc, 0x03, 0xfc, 0x03, 0x04, 0x02, 0x04, 0x02,
|
||
|
0x04, 0x02, 0x04, 0x02, 0x04, 0x02, 0x04, 0x02, 0xfc, 0x03, 0x00, 0x00};
|