diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-09 12:44:34 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-09 12:44:34 -0700 |
commit | 7c4196d3218d1afa73c930577beeb579c1e87a38 (patch) | |
tree | ac73bf6552f3f74f028514a133c3c0505995fb3f /bitmaps/RotateLeft | |
parent | 7886e0b78ba317e02d8496fb83432ee9274f7887 (diff) |
Move bitmaps into a new bitmaps directory
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'bitmaps/RotateLeft')
-rw-r--r-- | bitmaps/RotateLeft | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bitmaps/RotateLeft b/bitmaps/RotateLeft new file mode 100644 index 0000000..c4d4b14 --- /dev/null +++ b/bitmaps/RotateLeft @@ -0,0 +1,13 @@ +#define RotateLeft_width 30 +#define RotateLeft_height 30 +static char RotateLeft_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0x7c, 0x00, 0x00, + 0x00, 0x6e, 0x00, 0x00, 0x00, 0x77, 0x00, 0x00, 0x80, 0x3b, 0x00, 0x00, + 0xc0, 0x1d, 0x00, 0x00, 0xe0, 0x0e, 0x00, 0x00, 0x70, 0xff, 0x0f, 0x00, + 0xb8, 0xfe, 0x1f, 0x00, 0x5c, 0x55, 0x35, 0x00, 0xae, 0xaa, 0x6a, 0x00, + 0x5c, 0x55, 0xd5, 0x00, 0xb8, 0xfe, 0xff, 0x01, 0x70, 0xff, 0xff, 0x03, + 0xe0, 0x0e, 0x58, 0x03, 0xc0, 0x1d, 0xb8, 0x03, 0x80, 0x3b, 0x58, 0x03, + 0x00, 0x77, 0xb8, 0x03, 0x00, 0x6e, 0x58, 0x03, 0x00, 0x7c, 0xb8, 0x03, + 0x00, 0x78, 0x58, 0x03, 0x00, 0x00, 0xb8, 0x03, 0x00, 0x00, 0x58, 0x03, + 0x00, 0x00, 0xf8, 0x03, 0x00, 0x00, 0xb8, 0x03, 0x00, 0x00, 0x18, 0x03, + 0x00, 0x00, 0x08, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; |