mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 16:39:31 -07:00
7 lines
287 B
C
7 lines
287 B
C
#define line_vert5_2_width 15
|
|
#define line_vert5_2_height 15
|
|
static char line_vert5_2_bits[] = {
|
|
0xe7, 0x1c, 0xe7, 0x1c, 0xe7, 0x1c, 0xe7, 0x1c, 0xe7, 0x1c, 0xe7, 0x1c,
|
|
0xe7, 0x1c, 0xe7, 0x1c, 0xe7, 0x1c, 0xe7, 0x1c, 0xe7, 0x1c, 0xe7, 0x1c,
|
|
0xe7, 0x1c, 0xe7, 0x1c, 0xe7, 0x1c};
|