diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:49:22 +0000 |
---|---|---|
committer | Sung-Jin Park <sj76.park@samsung.com> | 2013-09-02 23:37:29 -0400 |
commit | 56e1c3961044ce8dbacf5354517c3f10615a49f7 (patch) | |
tree | 5cf2915b722b8c0d9d570a5bf0874ea406f9ac95 /eyes.bit | |
parent | 4d8951c8f8f967c8a503c95103ab5ceed07f7173 (diff) | |
download | xeyes-56e1c3961044ce8dbacf5354517c3f10615a49f7.tar.gz xeyes-56e1c3961044ce8dbacf5354517c3f10615a49f7.tar.bz2 xeyes-56e1c3961044ce8dbacf5354517c3f10615a49f7.zip |
Initial revision
Change-Id: I97166917246ed4ce407b93cf744c0489dc156aff
Diffstat (limited to 'eyes.bit')
-rw-r--r-- | eyes.bit | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/eyes.bit b/eyes.bit new file mode 100644 index 0000000..4948216 --- /dev/null +++ b/eyes.bit @@ -0,0 +1,21 @@ +#define eyes_width 48 +#define eyes_height 32 +#define eyes_x_hot 0 +#define eyes_y_hot 0 +static unsigned char eyes_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x78, 0x00, 0x00, 0x1e, 0x00, 0x00, 0xfe, 0x01, 0x80, 0x7f, 0x00, + 0x00, 0x87, 0x03, 0xc0, 0xe1, 0x00, 0x80, 0x01, 0x06, 0x60, 0x80, 0x01, + 0xc0, 0x00, 0x0c, 0x30, 0x00, 0x03, 0x60, 0x00, 0x18, 0x18, 0x00, 0x06, + 0x30, 0x00, 0x30, 0x0c, 0x00, 0x0c, 0x30, 0x00, 0x30, 0x0c, 0x00, 0x0c, + 0x10, 0x00, 0x20, 0x04, 0x00, 0x08, 0x18, 0x00, 0x60, 0x06, 0x00, 0x18, + 0x18, 0x00, 0x60, 0x06, 0x00, 0x18, 0x18, 0x00, 0x60, 0x06, 0x00, 0x18, + 0x18, 0x00, 0x60, 0x06, 0x00, 0x18, 0x18, 0x00, 0x60, 0x06, 0x00, 0x18, + 0x18, 0x00, 0x60, 0x06, 0x00, 0x18, 0x18, 0x80, 0x63, 0x06, 0x00, 0x18, + 0x18, 0x80, 0x63, 0x06, 0xe0, 0x18, 0x18, 0x80, 0x63, 0x06, 0xe0, 0x18, + 0x18, 0x00, 0x60, 0x06, 0xe0, 0x18, 0x18, 0x00, 0x20, 0x06, 0x00, 0x08, + 0x10, 0x00, 0x30, 0x04, 0x00, 0x0c, 0x10, 0x00, 0x10, 0x04, 0x00, 0x04, + 0x30, 0x00, 0x18, 0x0c, 0x00, 0x06, 0x60, 0x00, 0x08, 0x18, 0x00, 0x02, + 0x40, 0x00, 0x0c, 0x10, 0x00, 0x03, 0xc0, 0x00, 0x06, 0x30, 0x80, 0x01, + 0x80, 0x83, 0x03, 0xe0, 0xe0, 0x00, 0x00, 0xff, 0x01, 0xc0, 0x7f, 0x00, + 0x00, 0xfe, 0x00, 0x00, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; |