aboutsummaryrefslogtreecommitdiffstats
path: root/src/globals.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-04-23 20:45:37 +0200
committerBad Diode <bd@badd10de.dev>2023-04-23 20:45:37 +0200
commit4959741a7eaac3b429912a1ccfd7ebe06d41ef0d (patch)
treeb6d9a25de3cd38af4b9214534c066538cc3f783a /src/globals.c
parenteeeacde00c589cb227746b164a39372356d1eeec (diff)
downloadstepper-4959741a7eaac3b429912a1ccfd7ebe06d41ef0d.tar.gz
stepper-4959741a7eaac3b429912a1ccfd7ebe06d41ef0d.zip
Add back cursor drawing
Diffstat (limited to 'src/globals.c')
-rw-r--r--src/globals.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/globals.c b/src/globals.c
index bf0c5b6..e718dd4 100644
--- a/src/globals.c
+++ b/src/globals.c
@@ -9,9 +9,13 @@ int channel_selection_loc = 0;
9int pattern_selection_loc = 0; 9int pattern_selection_loc = 0;
10int right_col_selection_loc = 0; 10int right_col_selection_loc = 0;
11int play_status = 0; 11int play_status = 0;
12static int current_pattern = 0; 12int current_pattern = 0;
13static int next_pattern = 0; 13int next_pattern = 0;
14static int current_bank = 0; 14int current_bank = 0;
15u32 last_trig_loc = 0;
16u32 last_channel_loc = 0;
17u32 last_pattern_loc = 0;
18u32 last_right_col_loc = 0;
15 19
16// 20//
17// Color indexes. 21// Color indexes.