File: dot.b

package info (click to toggle)
tkgate 2.1%2Brepack-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 28,384 kB
  • sloc: ansic: 62,300; tcl: 20,345; xml: 2,731; yacc: 1,177; lex: 839; sh: 664; makefile: 180; perl: 39
file content (5 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (13)
1
2
3
4
5
#define dot_width 9
#define dot_height 9
static unsigned char dot_bits[] = {
   0x10, 0x00, 0x7c, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xfe, 0x00,
   0xfe, 0x00, 0x7c, 0x00, 0x10, 0x00};