File: mono.bit

package info (click to toggle)
xmix 2.1-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: ansic: 1,061; makefile: 225
file content (14 lines) | stat: -rw-r--r-- 857 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define mono_width 40
#define mono_height 25
static char mono_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00,
   0x00, 0x04, 0x00, 0x00, 0x00, 0x60, 0x04, 0x00, 0x00, 0x00, 0x40, 0x0c,
   0x00, 0x00, 0x00, 0xc4, 0x08, 0x00, 0x00, 0x00, 0x8c, 0x18, 0x00, 0x00,
   0xc0, 0x88, 0x11, 0x00, 0x00, 0x80, 0x18, 0x11, 0x00, 0x00, 0x88, 0x11,
   0x11, 0x00, 0x00, 0x18, 0x11, 0x11, 0x00, 0x00, 0x10, 0x11, 0x11, 0x00,
   0x00, 0x10, 0x11, 0x11, 0x00, 0x00, 0x10, 0x11, 0x11, 0x00, 0x00, 0x18,
   0x11, 0x11, 0x00, 0x00, 0x88, 0x11, 0x11, 0x00, 0x00, 0x80, 0x18, 0x11,
   0x00, 0x00, 0xc0, 0x88, 0x11, 0x00, 0x00, 0x00, 0x8c, 0x18, 0x00, 0x00,
   0x00, 0xc4, 0x08, 0x00, 0x00, 0x00, 0x40, 0x0c, 0x00, 0x00, 0x00, 0x60,
   0x04, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00};