File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 16
16
run : brew install --force gcc libffi cmake ninja make
17
17
18
18
- name : Build macOS port
19
- run : python3 make.py macOS submodules clean mpy_cross DISPLAY=sdl_display INDEV=sdl_pointer
19
+ run : python3 make.py unix submodules clean mpy_cross DISPLAY=sdl_display INDEV=sdl_pointer
20
20
21
21
- name : Build ESP32 port
22
22
run : python3 make.py esp32 submodules clean mpy_cross BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=rgb_display INDEV=gt911
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ $(LVGL_MPY): $(ALL_LVGL_SRC) $(LVGL_BINDING_DIR)/gen/$(GEN_SCRIPT)_api_gen_mpy.p
31
31
.PHONY : LVGL_MPY
32
32
LVGL_MPY : $(LVGL_MPY )
33
33
34
- CFLAGS_USERMOD += -Wno-unused-function
35
34
SRC_USERMOD_LIB_C += $(shell find $(LVGL_DIR ) /src -type f -name "* .c")
36
35
SRC_USERMOD_LIB_C += $(LVGL_ADDON_DIR ) /src/color_addons.c
37
36
SRC_USERMOD_C += $(LVGL_MPY )
You can’t perform that action at this time.
0 commit comments