File: stop.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-- 533 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#define stop_width 24
#define stop_height 24
static unsigned char stop_bits[] = {
   0xc0, 0xff, 0x03, 0xe0, 0xff, 0x07, 0xf0, 0xff, 0x0f, 0xf8, 0xff, 0x1f,
   0xfc, 0xff, 0x3f, 0xfe, 0xff, 0x7f, 0x03, 0x88, 0xc1, 0x01, 0x00, 0x81,
   0x79, 0x26, 0x99, 0x79, 0x72, 0x98, 0x79, 0x72, 0x98, 0x61, 0x72, 0x80,
   0x43, 0x72, 0xc0, 0x4f, 0x72, 0xf8, 0x4f, 0x72, 0xf8, 0x4f, 0x26, 0xf9,
   0x41, 0x06, 0xf9, 0x61, 0x8e, 0xf9, 0xfe, 0xff, 0x7f, 0xfc, 0xff, 0x3f,
   0xf8, 0xff, 0x1f, 0xf0, 0xff, 0x0f, 0xe0, 0xff, 0x07, 0xc0, 0xff, 0x03};