File: printer.ico

package info (click to toggle)
ts 9902p1-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,252 kB
  • ctags: 1,271
  • sloc: tcl: 5,638; sh: 129; makefile: 40
file content (14 lines) | stat: -rw-r--r-- 884 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define printer_width 32
#define printer_height 32
static char printer_bits[] = {
   0x00, 0xfe, 0xff, 0x07, 0x80, 0x01, 0x00, 0x1e, 0x40, 0x04, 0x00, 0x35,
   0x20, 0x01, 0xa0, 0x40, 0x20, 0x00, 0x80, 0x50, 0xa0, 0xf8, 0x53, 0x80,
   0x10, 0x00, 0x40, 0xa0, 0x50, 0x3c, 0x50, 0x80, 0x10, 0x00, 0x40, 0xa0,
   0x50, 0xfc, 0x53, 0x80, 0x10, 0x00, 0xc0, 0xff, 0x50, 0xfc, 0x53, 0x00,
   0x10, 0x00, 0x40, 0x00, 0xfc, 0xff, 0xff, 0x07, 0x04, 0x00, 0x00, 0x04,
   0xff, 0xff, 0xff, 0x1f, 0x01, 0x00, 0x00, 0x10, 0x01, 0x00, 0x00, 0x10,
   0x01, 0x00, 0xcf, 0x13, 0x01, 0x00, 0x49, 0xf2, 0x01, 0x00, 0xcf, 0x93,
   0x01, 0x00, 0x00, 0xf0, 0x01, 0x00, 0x00, 0x90, 0x01, 0x00, 0x00, 0xf0,
   0x01, 0x00, 0x00, 0x90, 0x01, 0x00, 0x00, 0xf0, 0x01, 0x00, 0x00, 0x90,
   0x01, 0x00, 0x00, 0xf0, 0x01, 0x00, 0x00, 0x10, 0x01, 0x00, 0x00, 0x10,
   0x01, 0x00, 0x00, 0x10, 0xff, 0xff, 0xff, 0x1f};