From 52615da65431db71fc5184d7d7a094f6ed1a53f9 Mon Sep 17 00:00:00 2001 From: Amir Gonnen Date: Sat, 17 Jun 2023 10:11:15 +0300 Subject: [PATCH] stm32: fix manifest --- ports/stm32/boards/manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/stm32/boards/manifest.py b/ports/stm32/boards/manifest.py index 79b16b9a7b1a..33df220d4474 100644 --- a/ports/stm32/boards/manifest.py +++ b/ports/stm32/boards/manifest.py @@ -1,5 +1,5 @@ include("$(MPY_DIR)/extmod/uasyncio") require("dht") require("onewire") -freeze("$(MPY_DIR)/drivers/display", ("lcd160cr.py", "lcd160cr_test.py")) +freeze("$(MPY_DIR)/lib/micropython-lib/micropython/drivers/display/lcd160cr", ("lcd160cr.py", "lcd160cr_test.py")) freeze("$(MPY_DIR)/lib/lv_bindings/lib", "lv_utils.py")