From 11da511c784eca003deb90c23570f0873954e0de Mon Sep 17 00:00:00 2001 From: Duncan Wilkie Date: Sat, 18 Nov 2023 06:11:09 -0600 Subject: Initial commit. --- ic-reals-6.3/icons/step.xbm | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ic-reals-6.3/icons/step.xbm (limited to 'ic-reals-6.3/icons/step.xbm') diff --git a/ic-reals-6.3/icons/step.xbm b/ic-reals-6.3/icons/step.xbm new file mode 100644 index 0000000..bb0a23d --- /dev/null +++ b/ic-reals-6.3/icons/step.xbm @@ -0,0 +1,8 @@ +#define step_width 18 +#define step_height 18 +static unsigned char step_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x80, 0x03, 0x00, + 0xc0, 0x03, 0x00, 0xc0, 0x03, 0x00, 0x00, 0x03, 0x00, 0x00, 0x03, 0x00, + 0x00, 0x03, 0x00, 0x00, 0x03, 0x00, 0x00, 0x03, 0x00, 0x00, 0x03, 0x00, + 0x00, 0x03, 0x00, 0x00, 0x03, 0x00, 0xc0, 0x0f, 0x00, 0xc0, 0x0f, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; -- cgit v1.2.3