File: u1.xbm

package info (click to toggle)
xjokes 1.0-7
  • links: PTS
  • area: main
  • in suites: woody
  • size: 92 kB
  • ctags: 57
  • sloc: ansic: 549; makefile: 58
file content (14 lines) | stat: -rw-r--r-- 869 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define u1_width 32
#define u1_height 32
static char u1_bits[] = {
   0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0xc0, 0x03, 0x00,
   0x00, 0xf0, 0x03, 0x00, 0x00, 0xf8, 0x03, 0x00, 0x00, 0xf8, 0x03, 0x00,
   0x00, 0xfc, 0x03, 0x00, 0x00, 0xfc, 0x7f, 0x00, 0x00, 0xfc, 0xff, 0x01,
   0x00, 0xfc, 0xff, 0x07, 0x00, 0xfc, 0xff, 0x0f, 0x00, 0xfe, 0xff, 0x0f,
   0x80, 0xff, 0xff, 0x1f, 0xc1, 0xff, 0xff, 0x3f, 0xfe, 0xff, 0xff, 0x3f,
   0xfc, 0xff, 0xff, 0x7f, 0xf8, 0xff, 0xff, 0xff, 0xf0, 0xff, 0xff, 0x8f,
   0xf0, 0xff, 0xff, 0x00, 0xe0, 0xff, 0xff, 0x00, 0xe0, 0xff, 0xff, 0x00,
   0xc0, 0xff, 0xff, 0x00, 0x00, 0xe0, 0x7f, 0x00, 0x00, 0xe0, 0x7f, 0x00,
   0x00, 0xc0, 0x7f, 0x00, 0x00, 0xc0, 0x3f, 0x00, 0x00, 0xc0, 0x3f, 0x00,
   0x00, 0x80, 0x0f, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0x00, 0x01, 0x00,
   0x00, 0x80, 0x01, 0x00, 0x00, 0xc0, 0x00, 0x00};