mlvwm/bitmap/label1

7 lines
314 B
Plaintext

#define label1_width 13
#define label1_height 18
static unsigned char label1_bits[] = {
0x00, 0x00, 0xe0, 0x00, 0xf0, 0x01, 0xf8, 0x03, 0xcc, 0x07, 0xc6, 0x0f,
0xe2, 0x0f, 0xf3, 0x1f, 0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f,
0xfe, 0x0f, 0xfe, 0x0f, 0xf8, 0x03, 0xf0, 0x01, 0xe0, 0x00, 0x00, 0x00};