File: frterm.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 (7 lines) | stat: -rw-r--r-- 389 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
#define frterm_width 22
#define frterm_height 16
static unsigned char frterm_bits[] = {
   0x00, 0x00, 0x00, 0xf8, 0xff, 0x07, 0xf8, 0xff, 0x07, 0xf8, 0xff, 0x07,
   0x18, 0x0c, 0x06, 0xd8, 0x6c, 0x06, 0x18, 0x0c, 0x06, 0xd8, 0x6c, 0x06,
   0x18, 0x0c, 0x06, 0xf8, 0xff, 0x07, 0x18, 0x00, 0x06, 0xd8, 0x16, 0x06,
   0x18, 0x00, 0x06, 0xf8, 0xff, 0x07, 0xf8, 0xff, 0x07, 0x00, 0x00, 0x00};