mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 16:39:31 -07:00
5 lines
96 B
C
5 lines
96 B
C
#define gray5_width 3
|
|
#define gray5_height 3
|
|
static char gray5_bits[] = {
|
|
0x04, 0x07, 0x02};
|