diff options
author | etienne | 2003-05-07 15:37:23 +0000 |
---|---|---|
committer | etienne | 2003-05-07 15:37:23 +0000 |
commit | b668e7873d9ffcecbbd848c5a388dba0bf2e77ac (patch) | |
tree | 32b1a80be3647a424234f4013d13a49a73a3aaa0 /images/led.bmp | |
parent | 23abb4b87c7e40ed259dd02f653516f60e55ade4 (diff) | |
download | ivycontrolpanel-b668e7873d9ffcecbbd848c5a388dba0bf2e77ac.zip ivycontrolpanel-b668e7873d9ffcecbbd848c5a388dba0bf2e77ac.tar.gz ivycontrolpanel-b668e7873d9ffcecbbd848c5a388dba0bf2e77ac.tar.bz2 ivycontrolpanel-b668e7873d9ffcecbbd848c5a388dba0bf2e77ac.tar.xz |
Initial revision
Diffstat (limited to 'images/led.bmp')
-rw-r--r-- | images/led.bmp | 6 |
1 files changed, 6 insertions, 0 deletions
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}; |