blob: 9deca379c7843a0e79f4089abb227aba7719e668 (
plain)
1
2
3
4
5
|
#define heart_width 9
#define heart_height 9
static unsigned char heart_bits[] = {
0xee, 0x00, 0x11, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x82, 0x00,
0x44, 0x00, 0x28, 0x00, 0x10, 0x00 };
|