1
2
3
4
5
6
|
#define rockswitch_width 16
#define rockswitch_height 16
static char rockswitch_bits[] = {
0x00, 0x00, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xee, 0x7e, 0xde, 0x7d,
0xbe, 0x7b, 0x6e, 0x77, 0xde, 0x60, 0xbe, 0x6e, 0x7e, 0x6e, 0xfe, 0x60,
0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0x00, 0x00};
|