10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define switch_1_width 24
|
|
#define switch_1_height 24
|
|
static char switch_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,
|
|
0x60,0x00,0x00,0x20,0x00,0x00,0xc0,0x00,0x00,0x40,0x00,0x00,
|
|
0x80,0x01,0x00,0x80,0x00,0x00,0x00,0x03,0x00,0x00,0x01,0x00,
|
|
0x00,0x06,0x00,0x00,0x02,0x00,0x00,0x3e,0x00,0x00,0x79,0x00,
|
|
0x00,0x7d,0x00,0x80,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|