File: cross_weave

package info (click to toggle)
xbitmaps 1.1.1-2.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 928 kB
  • sloc: sh: 3,791; makefile: 314
file content (6 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (37)
1
2
3
4
5
6
#define cross_weave_width 16
#define cross_weave_height 16
static char cross_weave_bits[] = {
   0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22, 0x55, 0x55, 0x88, 0x88,
   0x55, 0x55, 0x22, 0x22, 0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22,
   0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22};