10 lines
534 B
Plaintext
10 lines
534 B
Plaintext
#define bolt_silk_width 24
|
|
#define bolt_silk_height 24
|
|
static char bolt_silk_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0xf0, 0x0f, 0x00, 0x08, 0x10, 0x00, 0x04, 0x28, 0x00, 0x03, 0x20,
|
|
0x80, 0x00, 0x1a, 0x40, 0x00, 0x08, 0x20, 0x80, 0x06, 0xf0, 0x0f, 0x02,
|
|
0x08, 0xb0, 0x01, 0xc4, 0xa7, 0x00, 0xe4, 0x63, 0x00, 0x08, 0x30, 0x00,
|
|
0xf0, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|