Skip to content

Commit

Permalink
fixed #180 : add more chinese glyphs
Browse files Browse the repository at this point in the history
  • Loading branch information
solosky committed Dec 29, 2023
1 parent 25574a1 commit 8b0f7fd
Show file tree
Hide file tree
Showing 3 changed files with 1,195 additions and 1,148 deletions.
3 changes: 2 additions & 1 deletion fw/application/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ U8G2_ROOT := ../components/u8g2/csrc
CHAMELEON_ROOT :=$(COMP_DIR)/chameleon-ultra/firmware

APP_VERSION ?= 1
RELEASE ?= 0
RELEASE ?= 1
BOARD ?= OLED

$(OUTPUT_DIRECTORY)/pixljs.out: \
Expand Down Expand Up @@ -607,6 +607,7 @@ CFLAGS += -DBOARD_$(BOARD)
ifneq ($(RELEASE), 1)
CFLAGS += -DDEBUG
CFLAGS += -DEBUG_NRF
CFLAGS += -DU8G2_USE_LARGE_GB2312_FONT
else
CFLAGS += -DNDEBUG
CFLAGS += -DU8G2_USE_LARGE_GB2312_FONT
Expand Down
Loading

0 comments on commit 8b0f7fd

Please sign in to comment.