~ubuntu-branches/ubuntu/karmic/axiom/karmic

« back to all changes in this revision

Viewing changes to src/hyper/bitmaps/nn.bitmap

  • Committer: Bazaar Package Importer
  • Author(s):
  • Date: 2005-02-21 17:08:37 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050221170837-34vm4j33v4t9hsk4
Tags: 20050201-1
* New upstream release
* Bug fix: "axiom graphics missing?", thanks to Daniel Lakeland (Closes:
  #277692).
* Bug fix: "axiom: Feb 2005 release for sarge would be nice", thanks to
  Balbir Thomas (Closes: #295000).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define nn_width 28
 
2
#define nn_height 16
 
3
static char nn_bits[] = {
 
4
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
 
5
   0x00, 0x00, 0x00, 0x00, 0xfe, 0x03, 0x00, 0x00, 0x3a, 0x03, 0x00, 0x00,
 
6
   0x1a, 0x83, 0xc3, 0x03, 0x18, 0x03, 0x87, 0x00, 0x0c, 0x03, 0x87, 0x00,
 
7
   0x8c, 0x83, 0x4c, 0x00, 0x8c, 0x85, 0x4c, 0x00, 0x8c, 0x85, 0x58, 0x00,
 
8
   0x86, 0x83, 0x58, 0x00, 0x00, 0x40, 0x30, 0x00, 0x00, 0x40, 0x30, 0x00,
 
9
   0x00, 0xf0, 0x20, 0x00};