10 lines
548 B
Plaintext
10 lines
548 B
Plaintext
#define nugget_small_width 24
|
|
#define nugget_small_height 24
|
|
static char nugget_small_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1c, 0x00,
|
|
0x00, 0x2a, 0x00, 0x00, 0x6d, 0x00, 0x00, 0x93, 0x00, 0x80, 0x6c, 0x01,
|
|
0x80, 0x12, 0x01, 0x00, 0xad, 0x01, 0x00, 0xc9, 0x00, 0x00, 0x3e, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|