Skip to content

Commit

Permalink
Allow more logs on screen
Browse files Browse the repository at this point in the history
  • Loading branch information
rhargreaves committed Nov 13, 2020
1 parent a926d2f commit 6204fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define MIDI_Y CHAN_Y + 2
#define ACTIVITY_Y MIDI_Y + 2
#define LOG_Y ACTIVITY_Y + 3
#define MAX_LOG_LINES 12
#define MAX_LOG_LINES 14

#define PALETTE_INDEX(pal, index) ((pal * 16) + index)
#define FONT_COLOUR_INDEX 15
Expand Down

0 comments on commit 6204fb5

Please sign in to comment.