5 lines
141 B
C
5 lines
141 B
C
#define stipple_width 16
|
|
#define stipple_height 4
|
|
static char stipple_bits[] = {
|
|
'\x55','\x55','\xee','\xee','\x55','\x55','\xba','\xbb'};
|