8000
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 de3d4f4 commit 0a1e877Copy full SHA for 0a1e877
ports/javascript/Makefile
@@ -1,6 +1,9 @@
1
# customizations for lvgl
2
WASM_FILE_API = 1
3
FROZEN_DIR ?= modules
4
+
5
+LV_CFLAGS:= -DLV_FONT_CUSTOM_DECLARE="LV_FONT_DECLARE(lv_font_heb_16)"
6
7
include ../../py/mkenv.mk
8
9
CROSS = 0
@@ -21,7 +24,6 @@ INC += -I$(BUILD)
21
24
LDFLAGS ?= -m32 -Wl,--gc-sections
22
25
CFLAGS ?= -m32
23
26
-LV_CFLAGS:= -DLV_FONT_CUSTOM_DECLARE="LV_FONT_DECLARE(lv_font_heb_16)"
27
#default debug options for browser debugger
28
JSFLAGS ?= --source-map-base http://localhost:8000
29
ports/javascript/lvgl_mp.js
0 commit comments