10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define spikes_7_width 24
|
|
#define spikes_7_height 24
|
|
static char spikes_7_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,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x04,0x04,0x04,0x06,0x06,0x06,0x05,0x05,0x05,0x07,0x07,0x07,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x08,0x08,0x08,0x0c,0x0c,0x0c,0x0a,0x0a,0x0a,0x0e,0x0e,0x0e};
|