10 lines
521 B
Plaintext
10 lines
521 B
Plaintext
#define bar_width 24
|
|
#define bar_height 24
|
|
static char bar_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0xfc, 0xff, 0x03, 0x0c, 0x00, 0x04, 0x14, 0x00, 0x08, 0xe4, 0xff, 0x1f,
|
|
0x24, 0x00, 0x10, 0x24, 0xa9, 0x14, 0xa4, 0xaa, 0x12, 0x24, 0xba, 0x11,
|
|
0x24, 0xa1, 0x12, 0xa8, 0xa3, 0x14, 0x30, 0x00, 0x10, 0xe0, 0xff, 0x1f,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|