File: delay.bitmap

package info (click to toggle)
xppaut 6.11b%2B1.dfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, trixie
  • size: 13,504 kB
  • sloc: ansic: 91,694; makefile: 167
file content (14 lines) | stat: -rw-r--r-- 887 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define delay_width 32
#define delay_height 32
static unsigned char delay_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x01, 0x68, 0x04, 0x19, 0x01, 0xc8,
   0x8c, 0x19, 0x01, 0xc8, 0xd8, 0xd8, 0x07, 0xce, 0x70, 0x18, 0x71, 0xc9,
   0x70, 0x18, 0x01, 0xc9, 0x78, 0x18, 0x01, 0xc9, 0xcc, 0x18, 0x01, 0xc9,
   0x86, 0x19, 0x03, 0xce, 0x00, 0x30, 0x00, 0x60, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};