mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
285 B
Plaintext
22 lines
285 B
Plaintext
#define news_width 16
|
|
#define news_height 16
|
|
static char news_bits[] = {
|
|
0x00, 0x00,
|
|
0x40, 0x04,
|
|
0xc0, 0x04,
|
|
0x40, 0x05,
|
|
0x40, 0x05,
|
|
0x51, 0xf6,
|
|
0x51, 0x14,
|
|
0x51, 0x14,
|
|
0x15, 0x70,
|
|
0x95, 0x13,
|
|
0x55, 0x14,
|
|
0x4a, 0xf0,
|
|
0x80, 0x03,
|
|
0x00, 0x04,
|
|
0x40, 0x04,
|
|
0x80, 0x03,
|
|
|
|
};
|