blob: e51f8f59ac4651807676944fb4acddd074acc7ad (
plain)
1
2
3
4
5
|
#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 };
|