We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e9fa61 commit bb2fd00Copy full SHA for bb2fd00
ports/stm32/boards/manifest.py
@@ -1,5 +1,5 @@
1
include("$(MPY_DIR)/extmod/uasyncio")
2
require("dht")
3
require("onewire")
4
-freeze("$(MPY_DIR)/drivers/display", ("lcd160cr.py", "lcd160cr_test.py"))
+freeze("$(MPY_DIR)/lib/micropython-lib/micropython/drivers/display", ("lcd160cr.py", "lcd160cr_test.py"))
5
freeze("$(MPY_DIR)/lib/lv_bindings/lib", "lv_utils.py")
0 commit comments