diff options
Diffstat (limited to 'bitmaps/gray12.bmp')
-rw-r--r-- | bitmaps/gray12.bmp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bitmaps/gray12.bmp b/bitmaps/gray12.bmp deleted file mode 100644 index a0eafa1..0000000 --- a/bitmaps/gray12.bmp +++ /dev/null @@ -1,6 +0,0 @@ -#define gray12_width 16 -#define gray12_height 16 -static unsigned char gray12_bits[] = { - 0x00, 0x00, 0x22, 0x22, 0x00, 0x00, 0x88, 0x88, 0x00, 0x00, 0x22, 0x22, - 0x00, 0x00, 0x88, 0x88, 0x00, 0x00, 0x22, 0x22, 0x00, 0x00, 0x88, 0x88, - 0x00, 0x00, 0x22, 0x22, 0x00, 0x00, 0x88, 0x88}; |