File: bm_tri.h

package info (click to toggle)
plan 1.10.1-2
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 2,228 kB
  • ctags: 1,995
  • sloc: ansic: 25,050; perl: 1,361; sh: 1,003; makefile: 528; yacc: 121; sed: 17
file content (6 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
#define tri_width 16
#define tri_height 16
static char tri_bits[] = {
   0x00, 0x00, 0xc0, 0x01, 0xc0, 0x01, 0x60, 0x03, 0x60, 0x03, 0x30, 0x06,
   0x30, 0x06, 0x18, 0x0c, 0x18, 0x0c, 0x0c, 0x18, 0x0c, 0x18, 0x06, 0x30,
   0x06, 0x30, 0xff, 0x7f, 0xff, 0x7f, 0x00, 0x00};