1
2
3
4
5
6
|
#define dr_width 16
#define dr_height 16
static char dr_bits[] = {
0xc0, 0x03, 0x00, 0x03, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01,
0xfc, 0x00, 0xc6, 0x00, 0xc6, 0x00, 0xc3, 0xd8, 0x63, 0xb8, 0x63, 0xb4,
0x63, 0x11, 0x73, 0x19, 0xfe, 0x18, 0x00, 0x08};
|