File: comp.xbm

package info (click to toggle)
tklib 0.4.1-20080501-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,508 kB
  • ctags: 1,527
  • sloc: tcl: 34,008; sh: 2,318; ansic: 792; makefile: 100; exp: 21; sed: 16
file content (5 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#define comp_width 12
#define comp_height 10
static unsigned char comp_bits[] = {
   0xff, 0x0f, 0x01, 0x08, 0xfd, 0x0f, 0x05, 0x08, 0xf5, 0x0f, 0x15, 0x08,
   0xd5, 0x0f, 0x55, 0x08, 0x55, 0x08, 0xff, 0x0f};