10 lines
470 B
Plaintext
10 lines
470 B
Plaintext
#define button_small_1_width 24
|
|
#define button_small_1_height 24
|
|
static char button_small_1_bits[] = {
|
|
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,0x00,0x00,0x00,0x7e,0x00,0x80,0x81,0x01,0x40,0x18,0x02,
|
|
0x60,0x00,0x06,0x60,0x81,0x06,0x60,0x7e,0x06,0xc0,0x81,0x03,
|
|
0x80,0xff,0x01,0x00,0x7e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|