blob: 4bc66cdab62e9b1b15055684f0c9388afe234654 (
plain) (
blame)
1
2
3
4
5
|
#define square_width 8
#define square_height 16
static unsigned char square_bits[] = {
0x00, 0x00, 0x1e, 0x1e, 0x1e, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00 };
|