summaryrefslogtreecommitdiff
path: root/src/cursor/cursor_pipette_gray
diff options
context:
space:
mode:
Diffstat (limited to 'src/cursor/cursor_pipette_gray')
-rw-r--r--src/cursor/cursor_pipette_gray8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cursor/cursor_pipette_gray b/src/cursor/cursor_pipette_gray
new file mode 100644
index 0000000..7cbea80
--- /dev/null
+++ b/src/cursor/cursor_pipette_gray
@@ -0,0 +1,8 @@
+#define cursor_pipette_gray_width 16
+#define cursor_pipette_gray_height 16
+#define cursor_pipette_gray_x_hot 1
+#define cursor_pipette_gray_y_hot 14
+static unsigned char cursor_pipette_gray_bits[] = {
+ 0x00, 0x70, 0x00, 0xf8, 0x80, 0xff, 0x00, 0xfe, 0x00, 0x7d, 0x80, 0x38,
+ 0x40, 0x18, 0x20, 0x14, 0x10, 0x12, 0xf8, 0x01, 0xfc, 0x00, 0x7c, 0x00,
+ 0x3e, 0x00, 0x0f, 0x00, 0x04, 0x00, 0x00, 0x00};