Refactor Unicode feature (#18333)
This commit is contained in:
parent
4087251da6
commit
3d667f0970
15 changed files with 591 additions and 506 deletions
|
@ -8,9 +8,10 @@ VALID_QUANTUM_PAINTER_DRIVERS := ili9163_spi ili9341_spi ili9488_spi st7789_spi
|
|||
#-------------------------------------------------------------------------------
|
||||
|
||||
OPT_DEFS += -DQUANTUM_PAINTER_ENABLE
|
||||
COMMON_VPATH += $(QUANTUM_DIR)/painter
|
||||
COMMON_VPATH += $(QUANTUM_DIR)/painter \
|
||||
$(QUANTUM_DIR)/unicode
|
||||
SRC += \
|
||||
$(QUANTUM_DIR)/utf8.c \
|
||||
$(QUANTUM_DIR)/unicode/utf8.c \
|
||||
$(QUANTUM_DIR)/color.c \
|
||||
$(QUANTUM_DIR)/painter/qp.c \
|
||||
$(QUANTUM_DIR)/painter/qp_stream.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue