File: normal.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-- 539 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#define normal_width 24
#define normal_height 24
static unsigned char normal_bits[] = {
   0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x1f, 0x00, 0x18,
   0x04, 0x00, 0x0c, 0x04, 0x00, 0x06, 0x04, 0x00, 0x03, 0x04, 0x80, 0x01,
   0x04, 0xc0, 0x00, 0x04, 0x60, 0x00, 0x04, 0x30, 0x06, 0x04, 0x18, 0x06,
   0x04, 0x0c, 0x06, 0x04, 0xc6, 0x3f, 0x04, 0xc3, 0x3f, 0x84, 0x01, 0x06,
   0xc4, 0x00, 0x06, 0x64, 0x00, 0x06, 0x34, 0x00, 0x00, 0x1c, 0x00, 0x10,
   0x0c, 0x00, 0x30, 0xfc, 0xff, 0x7f, 0x00, 0x00, 0x30, 0x00, 0x00, 0x10};