You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Add custom font preparation
This commit is contained in:
@@ -12,6 +12,7 @@ set(MPOS_C_SOURCES
|
||||
${CMAKE_CURRENT_LIST_DIR}/quirc/lib/version_db.c
|
||||
${CMAKE_CURRENT_LIST_DIR}/quirc/lib/decode.c
|
||||
${CMAKE_CURRENT_LIST_DIR}/quirc/lib/quirc.c
|
||||
# ${CMAKE_CURRENT_LIST_DIR}/src/font_Noto_Sans_sat_emojis_compressed.c
|
||||
)
|
||||
|
||||
# Add our source files to the lib
|
||||
|
||||
@@ -13,11 +13,12 @@ ifneq ($(UNAME_S),Darwin)
|
||||
endif
|
||||
|
||||
SRC_USERMOD_C += $(MOD_DIR)/src/quirc_decode.c
|
||||
|
||||
SRC_USERMOD_C += $(MOD_DIR)/quirc/lib/identify.c
|
||||
SRC_USERMOD_C += $(MOD_DIR)/quirc/lib/version_db.c
|
||||
SRC_USERMOD_C += $(MOD_DIR)/quirc/lib/decode.c
|
||||
SRC_USERMOD_C += $(MOD_DIR)/quirc/lib/quirc.c
|
||||
|
||||
#SRC_USERMOD_C += $(MOD_DIR)/src/font_Noto_Sans_sat_emojis_compressed.c
|
||||
|
||||
CFLAGS+= -I/usr/include
|
||||
|
||||
|
||||
Reference in New Issue
Block a user