summaryrefslogtreecommitdiff
path: root/gradient.h
diff options
context:
space:
mode:
authorBrett Weiland <brett_weiland@bpcspace.com>2021-01-02 01:27:37 -0600
committerBrett Weiland <brett_weiland@bpcspace.com>2021-01-02 01:27:37 -0600
commit3f6fc7f6029be47c7f5a4f2bca97c7a9bc16bb79 (patch)
tree8df72b7d7f920c8c41c7c3686d4d3878aade881b /gradient.h
parent0c0f82a22b06db424d0cf1d49ac2d6e066284d4f (diff)
modified: gradient.hHEADmaster
modified: led_gradient.c modified: push.sh deleted: shit.c
Diffstat (limited to 'gradient.h')
-rw-r--r--gradient.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/gradient.h b/gradient.h
index e10f16f..a0b9dfe 100644
--- a/gradient.h
+++ b/gradient.h
@@ -8,6 +8,17 @@
#define MODIFY_SIZE 6
#define EXITED 7
+#define M_RED 0
+#define M_GREEN 1
+#define M_BLUE 2
+#define M_SIZE 3
+#define M_SIZE_EQ 4
+#define M_CREATE_EQ 5
+#define M_CREATE_SUB 6
+#define M_DEL 7
+#define M_BACK 8
+
+
typedef struct splits {
unsigned int color;