blob: b123fa365d6d528f0101f88561cff64834d21873 (
plain)
1
2
3
4
5
|
#define on_width 9
#define on_height 9
static unsigned char on_bits[] = {
0x38, 0x00, 0x44, 0x00, 0x82, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
0x82, 0x00, 0x44, 0x00, 0x38, 0x00 };
|