File: light.xbm

package info (click to toggle)
xmpi 2.2-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,232 kB
  • ctags: 1,656
  • sloc: ansic: 13,738; sh: 1,799; makefile: 233
file content (15 lines) | stat: -rw-r--r-- 880 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#define light_width 30
#define light_height 30
#define light_x_hot 8
#define light_y_hot 8
static unsigned char light_bits[] = {
   0x00, 0xfc, 0x1f, 0x00, 0x00, 0xfe, 0x3f, 0x00, 0xf0, 0x03, 0xe0, 0x07,
   0x60, 0xe2, 0x23, 0x03, 0x80, 0x13, 0xe4, 0x00, 0x00, 0x0a, 0x28, 0x00,
   0x00, 0x0a, 0x28, 0x00, 0x00, 0x0a, 0x28, 0x00, 0x00, 0x0a, 0x28, 0x00,
   0x00, 0x0a, 0x28, 0x00, 0x00, 0x12, 0x24, 0x00, 0xf0, 0xe3, 0xe3, 0x07,
   0x60, 0xe2, 0x23, 0x03, 0x80, 0x13, 0xe4, 0x00, 0x00, 0x0a, 0x28, 0x00,
   0x00, 0x0a, 0x28, 0x00, 0x00, 0x0a, 0x28, 0x00, 0x00, 0x0a, 0x28, 0x00,
   0x00, 0x0a, 0x28, 0x00, 0x00, 0x12, 0x24, 0x00, 0xf0, 0xe3, 0xe3, 0x07,
   0x60, 0xe2, 0x23, 0x03, 0x80, 0x13, 0xe4, 0x00, 0x00, 0x0a, 0x28, 0x00,
   0x00, 0x0a, 0x28, 0x00, 0x00, 0x0a, 0x28, 0x00, 0x00, 0x0a, 0x28, 0x00,
   0x00, 0x0a, 0x28, 0x00, 0x00, 0x12, 0x24, 0x00, 0x00, 0xee, 0x3b, 0x00};