File: ing1.bitmap

package info (click to toggle)
axiom 20170501-12
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 1,052,416 kB
  • sloc: javascript: 8,042; lisp: 3,600; makefile: 505; cpp: 223; ansic: 181; sh: 96
file content (11 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (26)
1
2
3
4
5
6
7
8
9
10
11
#define ing_width 16
#define ing_height 32
#define ing_x_hot -1
#define ing_y_hot -1
static char ing_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x6c, 0x78, 0x92,
   0x48, 0x92, 0x48, 0x6c, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00,
   0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00,
   0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00,
   0x08, 0x00, 0x09, 0x00, 0x09, 0x00, 0x0f, 0x00, 0xc6, 0x01, 0x20, 0x01,
   0x20, 0x01, 0xc0, 0x01};