5 lines
202 B
C
5 lines
202 B
C
#define dotbox_width 9
|
|
#define dotbox_height 9
|
|
static unsigned char dotbox_bits[] = {
|
|
0xfe, 0x00, 0x82, 0x00, 0x82, 0x00, 0x82, 0x00, 0x82, 0x00, 0x82, 0x00,
|
|
0x92, 0x00, 0x82, 0x00, 0xfe, 0x00 };
|