mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 08:29:29 -07:00
5 lines
96 B
C
5 lines
96 B
C
#define gray7_width 3
|
|
#define gray7_height 3
|
|
static char gray7_bits[] = {
|
|
0x05, 0x07, 0x03};
|