From a1c96114819dc8eb59b2a5152cb2ccff408402d4 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Wed, 8 Feb 2023 13:26:41 +0100 Subject: Add example drawing routing for numbers --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cfb7766..42763b3 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ ELF = $(BUILDDIR)/launchpad_pro.elf HEX = $(BUILDDIR)/launchpad_pro.hex HEXTOSYX = $(BUILDDIR)/hextosyx SIMULATOR = $(BUILDDIR)/simulator +PORT = hw:4,0,0 # tools HOST_GPP = g++ @@ -65,3 +66,6 @@ $(BUILDDIR)/%.o: %.c clean: rm -rf $(BUILDDIR) + +run: $(SYX) + amidi -p $(PORT) -s $(SYX) -i 20 -- cgit v1.2.1