File: right_arrows

package info (click to toggle)
irsim 9.7.75-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,596 kB
  • sloc: ansic: 24,733; sh: 6,803; makefile: 411; csh: 269; tcl: 76
file content (9 lines) | stat: -rw-r--r-- 500 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#define right_arrows_width 32
#define right_arrows_height 16
static char right_arrows_bits[] = {
   0xff, 0xff, 0xff, 0xff, 0x01, 0x40, 0x00, 0x80, 0x41, 0x40, 0x10, 0x81,
   0xc1, 0x40, 0x30, 0x83, 0xc1, 0x41, 0x70, 0x87, 0xf9, 0x43, 0xfe, 0x8f,
   0xf9, 0x47, 0xfe, 0x9f, 0xf9, 0x4f, 0xfe, 0xbf, 0xf9, 0x47, 0xfe, 0x9f,
   0xf9, 0x43, 0xfe, 0x8f, 0xc1, 0x41, 0x70, 0x87, 0xc1, 0x40, 0x30, 0x83,
   0x41, 0x40, 0x10, 0x81, 0x01, 0x40, 0x00, 0x80, 0x01, 0x40, 0x00, 0x80,
   0xff, 0xff, 0xff, 0xff};