mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-21 10:09:30 -07:00
7 lines
287 B
C
7 lines
287 B
C
#define greyscale_67_width 15
|
|
#define greyscale_67_height 15
|
|
static char greyscale_67_bits[] = {
|
|
0xb6, 0x6d, 0x6d, 0x5b, 0xdb, 0x36, 0xb6, 0x6d, 0x6d, 0x5b, 0xdb, 0x36,
|
|
0xb6, 0x6d, 0x6d, 0x5b, 0xdb, 0x36, 0xb6, 0x6d, 0x6d, 0x5b, 0xdb, 0x36,
|
|
0xb6, 0x6d, 0x6d, 0x5b, 0xdb, 0x36};
|