10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
#define T-nse_width 24
|
|
#define T-nse_height 24
|
|
static char T-nse_bits[] = {
|
|
0x00,0x1f,0x01,0x00,0x1e,0x01,0x00,0x5f,0x01,0x00,0x2f,0x01,
|
|
0x00,0x1f,0x01,0x00,0x1f,0x01,0x00,0x1f,0xff,0x00,0x9f,0x00,
|
|
0x00,0x3f,0x00,0x00,0x2d,0x30,0x00,0x1e,0xef,0x00,0x1f,0xf7,
|
|
0x00,0x1f,0xff,0x00,0x0f,0xff,0x00,0x1f,0xff,0x00,0x1f,0xff,
|
|
0x00,0x1f,0xdf,0x00,0x1d,0xef,0x00,0x1e,0x01,0x00,0x2f,0x01,
|
|
0x00,0x1f,0x01,0x00,0x9f,0x01,0x00,0x1f,0x01,0x00,0x1f,0x01};
|