From b770c4784b624105837d36cb1ae7c82a23adf202 Mon Sep 17 00:00:00 2001 From: Brian Whitman Date: Sat, 8 Jun 2024 06:53:42 -0400 Subject: [PATCH] . --- docs/getting_started.md | 2 +- tulip/linux/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index f0175f1de..ee6eab4b5 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -53,7 +53,7 @@ Larger batteries will work great and last longer, but you'll have to remove the -Tulip supports using [Alles](http://github.com/bwhitman/allex) as extra speakers. You control dozens of other speakers wirelessly using the AMY synthesizer for amazing multi-channel audio setups, using only a Tulip to control them! [You can get Alles PCBs from our friends at Blinkinlabs.](https://shop.blinkinlabs.com/products/alles-pcb) +Tulip supports using [Alles](http://github.com/bwhitman/alles) as extra speakers. You control dozens of other speakers wirelessly using the AMY synthesizer for amazing multi-channel audio setups, using only a Tulip to control them! [You can get Alles PCBs from our friends at Blinkinlabs.](https://shop.blinkinlabs.com/products/alles-pcb) ## Get started with Tulip diff --git a/tulip/linux/Makefile b/tulip/linux/Makefile index a93e6129e..3e912a645 100644 --- a/tulip/linux/Makefile +++ b/tulip/linux/Makefile @@ -210,6 +210,7 @@ SRC_C += \ $(SRC_MOD) \ $(wildcard $(VARIANT_DIR)/*.c) +SRC_C += $(LVGL_MPY) SHARED_SRC_C += $(addprefix ../../micropython/shared/,\ runtime/gchelper_generic.c \