๐Ÿ“ฆ amake / emacs-mac

๐Ÿ“„ crosswv.xbm ยท 7 lines
1
2
3
4
5
6
7#define cross_weave_width 16
#define cross_weave_height 16
static char cross_weave_bits[] = {
  '\x55','\x55','\x88','\x88','\x55','\x55','\x22','\x22','\x55','\x55','\x88','\x88',
  '\x55','\x55','\x22','\x22','\x55','\x55','\x88','\x88','\x55','\x55','\x22','\x22',
  '\x55','\x55','\x88','\x88','\x55','\x55','\x22','\x22'};