5 lines
214 B
C
5 lines
214 B
C
#define heart_plus_width 9
|
|
#define heart_plus_height 9
|
|
static unsigned char heart_plus_bits[] = {
|
|
0xee, 0x00, 0x11, 0x01, 0x00, 0x01, 0x02, 0x01, 0x07, 0x01, 0x82, 0x00,
|
|
0x40, 0x00, 0x28, 0x00, 0x10, 0x00 };
|