File: needle.xbm

package info (click to toggle)
sweep 0.9.0-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 6,100 kB
  • ctags: 3,518
  • sloc: ansic: 37,436; sh: 9,756; makefile: 664; yacc: 288; sed: 16
file content (10 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
#define needle_width 22
#define needle_height 18
#define needle_x_hot 8
#define needle_y_hot 16
static unsigned char needle_bits[] = {
   0x00, 0x00, 0x00, 0xe0, 0x0f, 0x00, 0xa0, 0x0b, 0x00, 0x20, 0x09, 0x00,
   0x20, 0x09, 0x00, 0x40, 0x05, 0x00, 0x40, 0x05, 0x00, 0x80, 0x03, 0x00,
   0x80, 0x03, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00,
   0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00,
   0x00, 0x01, 0x00, 0x00, 0x00, 0x00};