8 lines
423 B
C
8 lines
423 B
C
#define shuffle_width 18
|
|
#define shuffle_height 18
|
|
static char shuffle_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x0F, 0xFC, 0x03, 0x0F, 0xFC, 0x03, 0x30, 0x03, 0x00, 0x30, 0x03, 0x00,
|
|
0xC0, 0x30, 0x00, 0xC0, 0x30, 0x00, 0x30, 0xF3, 0x00, 0x30, 0xF3, 0x00,
|
|
0x0F, 0xFC, 0x03, 0x0F, 0xFC, 0x03, 0x00, 0xF0, 0x00, 0x00, 0xF0, 0x00,
|
|
0x00, 0x30, 0x00, 0x00, 0x30, 0x00, };
|