diff options
Diffstat (limited to 'lib/tv/priv/arrow_right.xbm')
-rw-r--r-- | lib/tv/priv/arrow_right.xbm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/tv/priv/arrow_right.xbm b/lib/tv/priv/arrow_right.xbm new file mode 100644 index 0000000000..7eca80303d --- /dev/null +++ b/lib/tv/priv/arrow_right.xbm @@ -0,0 +1,5 @@ +#define arrow_right_width 16 +#define arrow_right_height 8 +static unsigned char arrow_right_bits[] = { + 0x00, 0x1c, 0x00, 0x38, 0x00, 0x70, 0xfc, 0xff, 0xfc, 0xff, 0x00, 0x70, + 0x00, 0x38, 0x00, 0x1c}; |