From 41fa4263c042bcef66918092efcdbb6a991bc84f Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 13 Dec 2021 16:34:55 -0500 Subject: more renames --- dot_dzen/icons/stop.xbm | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dot_dzen/icons/stop.xbm (limited to 'dot_dzen/icons/stop.xbm') diff --git a/dot_dzen/icons/stop.xbm b/dot_dzen/icons/stop.xbm new file mode 100644 index 0000000..f92b64d --- /dev/null +++ b/dot_dzen/icons/stop.xbm @@ -0,0 +1,4 @@ +#define stop_width 8 +#define stop_height 8 +static unsigned char stop_bits[] = { + 0x00, 0x7E, 0x7E, 0x7E, 0x7E, 0x7E, 0x7E, 0x00 }; -- cgit v1.2.3