From b668e7873d9ffcecbbd848c5a388dba0bf2e77ac Mon Sep 17 00:00:00 2001 From: etienne Date: Wed, 7 May 2003 15:37:23 +0000 Subject: Initial revision --- images/led.bmp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 images/led.bmp (limited to 'images/led.bmp') diff --git a/images/led.bmp b/images/led.bmp new file mode 100644 index 0000000..e3f8d42 --- /dev/null +++ b/images/led.bmp @@ -0,0 +1,6 @@ +#define on_width 16 +#define on_height 16 +static unsigned char on_bits[] = { + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -- cgit v1.1