File: left.bit

package info (click to toggle)
filerunner 2.5.1-12
  • links: PTS
  • area: main
  • in suites: woody
  • size: 676 kB
  • ctags: 148
  • sloc: tcl: 6,101; ansic: 561; sh: 347; makefile: 62
file content (6 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
#define left_width 16
#define left_height 16
static unsigned char left_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0xc0, 0x01, 0xe0, 0x01, 0x70, 0x3f,
   0x38, 0x3f, 0x1c, 0x30, 0x1c, 0x30, 0x38, 0x3f, 0x70, 0x3f, 0xe0, 0x01,
   0xc0, 0x01, 0x80, 0x01, 0x00, 0x00, 0x00, 0x00};