summaryrefslogtreecommitdiff
path: root/stipple
blob: 63558d026336e81f927ef8782e6bd8e0f73d7942 (plain)
1
2
3
4
#define stipple_width 16
#define stipple_height 4
static char stipple_bits[] = {
   0x55, 0x55, 0xee, 0xee, 0x55, 0x55, 0xba, 0xbb};