diff options
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}; |