File: left.xbm

package info (click to toggle)
irsim 9.7.104-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,964 kB
  • sloc: ansic: 24,763; sh: 7,499; makefile: 418; csh: 269; tcl: 88
file content (6 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
#define left_width 13
#define left_height 13
static unsigned char left_bits[] = {
   0x40, 0x00, 0x60, 0x00, 0x70, 0x00, 0x78, 0x00, 0x7c, 0x00, 0xfe, 0x1f,
   0xff, 0x1f, 0xfe, 0x1f, 0x7c, 0x00, 0x78, 0x00, 0x70, 0x00, 0x60, 0x00,
   0x40, 0x00};