File: volume.xbm

package info (click to toggle)
mctools-lite 970129-19
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,680 kB
  • ctags: 1,659
  • sloc: ansic: 16,035; sh: 164; makefile: 75
file content (6 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
#define volume_width 16
#define volume_height 16
static unsigned char volume_bits[] = {
  0x00, 0x00, 0x00, 0x04, 0x00, 0x08, 0x00, 0x13, 0x40, 0x14, 0x60, 0x25,
  0x70, 0x29, 0x7c, 0x2a, 0xfc, 0x4a, 0x7c, 0x2a, 0x70, 0x29, 0x60, 0x25,
  0x40, 0x14, 0x00, 0x13, 0x00, 0x08, 0x00, 0x04, };