aboutsummaryrefslogtreecommitdiffstats
path: root/src/globals.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-08-10 21:43:12 +0200
committerBad Diode <bd@badd10de.dev>2023-08-10 21:43:12 +0200
commitc888455af3ea5b9e8d2087a57df104c14ffac09e (patch)
tree98a38361e940f6b5b12153025b8346a5195f3ef7 /src/globals.c
parentbb4af22481a27d9324f5377b7024e3592d4227ff (diff)
downloadstepper-c888455af3ea5b9e8d2087a57df104c14ffac09e.tar.gz
stepper-c888455af3ea5b9e8d2087a57df104c14ffac09e.zip
Add two more banks and channel icons
Diffstat (limited to 'src/globals.c')
-rw-r--r--src/globals.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/globals.c b/src/globals.c
index 842b39f..e4d1f13 100644
--- a/src/globals.c
+++ b/src/globals.c
@@ -30,7 +30,7 @@ bool clear_screen = true;
30#define COL_ACC_2 4 30#define COL_ACC_2 4
31#define COL_OFF 5 31#define COL_OFF 5
32 32
33#define CHAN_W 19 33#define CHAN_W 18
34#define CHAN_H 8 34#define CHAN_H 8
35#define CHAN_START_X 28 35#define CHAN_START_X 28
36#define CHAN_START_Y 100 36#define CHAN_START_Y 100
@@ -97,7 +97,7 @@ bool clear_screen = true;
97 97
98#define PAT_TRIG_W 14 98#define PAT_TRIG_W 14
99#define PAT_TRIG_H 14 99#define PAT_TRIG_H 14
100#define PAT_TRIG_START_X 35 100#define PAT_TRIG_START_X 32
101#define PAT_TRIG_START_Y 30 101#define PAT_TRIG_START_Y 30
102#define PAT_TRIG_OFFSET_X (PAT_TRIG_W + 7) 102#define PAT_TRIG_OFFSET_X (PAT_TRIG_W + 7)
103#define PAT_TRIG_OFFSET_Y (PAT_TRIG_H + 8) 103#define PAT_TRIG_OFFSET_Y (PAT_TRIG_H + 8)