10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
#define T-nsw_width 24
|
|
#define T-nsw_height 24
|
|
static char T-nsw_bits[] = {
|
|
0x00,0x1f,0x01,0x00,0x2f,0x01,0x00,0x1d,0x01,0x00,0x1e,0x01,
|
|
0x00,0x1f,0x01,0x00,0x9f,0x01,0xfb,0x5f,0x01,0x04,0x00,0x01,
|
|
0x40,0x00,0x01,0x60,0x20,0x01,0xdf,0x0f,0x01,0xff,0x1f,0x01,
|
|
0xff,0x9f,0x01,0xff,0x1b,0x01,0xff,0x1f,0x01,0xff,0x1d,0x01,
|
|
0xf7,0x2f,0x01,0xfb,0x3e,0x01,0x00,0x9f,0x00,0x00,0x1f,0x01,
|
|
0x00,0x1f,0x01,0x00,0x2f,0x01,0x00,0x1e,0x01,0x00,0x1f,0x01};
|