File: run.bit

package info (click to toggle)
acfax 981011-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 448 kB
  • ctags: 737
  • sloc: ansic: 5,498; makefile: 36
file content (9 lines) | stat: -rw-r--r-- 530 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#define run_width 24
#define run_height 24
static unsigned char run_bits[] = {
   0x00, 0x7e, 0x00, 0xc0, 0xff, 0x03, 0xe0, 0xff, 0x07, 0xf0, 0xff, 0x0f,
   0xf8, 0xff, 0x1f, 0xfc, 0xff, 0x3f, 0xfe, 0xff, 0x7f, 0xc2, 0x99, 0x4c,
   0x82, 0x99, 0x4c, 0x33, 0x99, 0xc8, 0x33, 0x99, 0xc8, 0x83, 0x99, 0xc8,
   0xc3, 0x99, 0xc4, 0x93, 0x99, 0xc4, 0x93, 0x99, 0xc4, 0x32, 0x81, 0x4c,
   0x32, 0xc3, 0x4c, 0xfe, 0xff, 0x7f, 0xfc, 0xff, 0x3f, 0xf8, 0xff, 0x1f,
   0xf0, 0xff, 0x0f, 0xe0, 0xff, 0x07, 0xc0, 0xff, 0x03, 0x00, 0x7e, 0x00};