10 lines
467 B
Plaintext
10 lines
467 B
Plaintext
#define bet_generator_width 24
|
|
#define bet_generator_height 24
|
|
static char bet_generator_bits[] = {
|
|
0x00,0x06,0x00,0x00,0x3b,0x00,0x80,0x63,0x00,0xc0,0xd2,0x00,
|
|
0x40,0x84,0x03,0x40,0x11,0x03,0x40,0x22,0x05,0xa0,0x72,0x06,
|
|
0x90,0x76,0x05,0xc8,0xf6,0x09,0xcc,0x77,0x3a,0xd4,0xf7,0xe0,
|
|
0xe6,0xff,0x92,0xf2,0xff,0x4e,0xf9,0xff,0x1f,0xf8,0xff,0x5f,
|
|
0xfd,0xfb,0x5d,0xfc,0xfb,0x7d,0xfa,0xfb,0xfc,0xdc,0xfb,0xfe,
|
|
0x9a,0xf9,0xfc,0x97,0x7a,0x3c,0x22,0x72,0xa1,0x58,0x03,0x06};
|