1
2
3
4
5
6
|
#define notequal_width 16
#define notequal_height 16
static char notequal_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00,
0xf8, 0x0f, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x00, 0x00,
0xf8, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|