File: syn.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 syn_width 24
#define syn_height 24
static unsigned char syn_bits[] = {
   0x40, 0x00, 0x02, 0xc0, 0x00, 0x03, 0xc0, 0x81, 0x03, 0xfe, 0xc3, 0x7f,
   0xfe, 0xe7, 0x7f, 0xfe, 0xc3, 0x7f, 0xc0, 0x81, 0x03, 0xc0, 0x00, 0x03,
   0x40, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0xe1, 0x31,
   0xfc, 0xe1, 0x33, 0x8c, 0xf3, 0x33, 0x0c, 0xb3, 0x33, 0x0c, 0xb3, 0x37,
   0x3c, 0x9e, 0x37, 0x78, 0x9e, 0x3d, 0x60, 0x8c, 0x3d, 0x60, 0x8c, 0x39,
   0x60, 0x8c, 0x39, 0x7c, 0x8c, 0x39, 0x3c, 0x8c, 0x31, 0x00, 0x00, 0x00};