File: stereo.bit

package info (click to toggle)
xmix 2.1-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: ansic: 1,061; makefile: 225
file content (14 lines) | stat: -rw-r--r-- 863 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define stereo_width 40
#define stereo_height 25
static char stereo_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x0c, 0x10, 0x00, 0x00, 0x00,
   0x08, 0x18, 0x01, 0x00, 0x80, 0x18, 0x88, 0x01, 0x00, 0x80, 0x11, 0x8c,
   0x18, 0x00, 0x18, 0x31, 0xc4, 0x08, 0x00, 0x10, 0x23, 0x44, 0x8c, 0x00,
   0x31, 0x22, 0x44, 0xc4, 0x00, 0x23, 0x22, 0x44, 0x44, 0x00, 0x22, 0x22,
   0x44, 0x44, 0x00, 0x22, 0x22, 0x44, 0x44, 0x00, 0x22, 0x22, 0x44, 0xc4,
   0x00, 0x23, 0x22, 0x44, 0x8c, 0x00, 0x31, 0x22, 0xc4, 0x08, 0x00, 0x10,
   0x23, 0x8c, 0x18, 0x00, 0x18, 0x31, 0x88, 0x01, 0x00, 0x80, 0x11, 0x18,
   0x01, 0x00, 0x80, 0x18, 0x10, 0x00, 0x00, 0x00, 0x08, 0x30, 0x00, 0x00,
   0x00, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00};