File tree Expand file tree Collapse file tree 2 files changed +773
-2
lines changed Expand file tree Collapse file tree 2 files changed +773
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ U8G2_ROOT := ../components/u8g2/csrc
9
9
CHAMELEON_ROOT :=$(COMP_DIR ) /chameleon-ultra/firmware
10
10
11
11
APP_VERSION ?= 1
12
- RELEASE ?= 1
12
+ RELEASE ?= 0
13
13
BOARD ?= OLED
14
14
15
15
$(OUTPUT_DIRECTORY ) /pixljs.out : \
@@ -202,6 +202,7 @@ SRC_FILES += \
202
202
$(PROJ_DIR ) /mui/u8g2_font_likeminecraft_te.c \
203
203
$(PROJ_DIR ) /mui/u8g2_font_siji_t_6x10.c \
204
204
$(PROJ_DIR ) /mui/u8g2_font_wqy12_t_gb2312a.c \
205
+ $(PROJ_DIR ) /mui/u8g2_font_wqy12_t_gb2312a_lite.c \
205
206
$(PROJ_DIR ) /mui/mui_core.c \
206
207
$(PROJ_DIR ) /mui/mui_canvas.c \
207
208
$(PROJ_DIR ) /mui/mui_event.c \
@@ -608,7 +609,7 @@ CFLAGS += -DBOARD_$(BOARD)
608
609
ifneq ($(RELEASE ) , 1)
609
610
CFLAGS += -DDEBUG
610
611
CFLAGS += -DEBUG_NRF
611
- CFLAGS += -DU8G2_USE_LARGE_GB2312_FONT
612
+ # CFLAGS += -DU8G2_USE_LARGE_GB2312_FONT
612
613
else
613
614
CFLAGS += -DNDEBUG
614
615
CFLAGS += -DU8G2_USE_LARGE_GB2312_FONT
You can’t perform that action at this time.
0 commit comments