You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#define art_width 15 |
|
#define art_height 9 |
|
static unsigned char art_bits[] = { |
|
0x00, 0x02, 0x00, 0x07, 0x80, 0x03, 0xC0, 0x01, 0xE0, 0x00, 0x70, 0x00, |
|
0x38, 0x00, 0x18, 0x00, 0x04, 0x00 };
|
|
|