WIP, ui_menu

This commit is contained in:
Sheikah
2023-02-05 00:52:46 +08:00
parent a6d091a7e5
commit 30ece44ea4
20 changed files with 443 additions and 77 deletions

View File

@ -76,6 +76,8 @@ Core/Hardware/ST7735/st7735.c \
Core/Hardware/KT0915/kt0915.c \
Core/Hardware/SWI2C/i2c_sw.c \
Core/App/Graphic/monoimg.c \
Core/App/Graphic/ui_menu.c \
Core/App/Graphic/ui_utils.c \
Core/App/Graphic/ui.c \
Core/App/Graphic/bmfont.c \
Core/App/Graphic/asciifont.c \
@ -155,7 +157,7 @@ C_INCLUDES = \
# compile gcc flags
ASFLAGS = $(MCU) $(AS_DEFS) $(AS_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections
CFLAGS += $(MCU) $(C_DEFS) $(C_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections
CFLAGS += $(MCU) $(C_DEFS) $(C_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections -fstack-usage
ifeq ($(DEBUG), 1)
CFLAGS += -g -gdwarf-2
@ -221,7 +223,10 @@ clean:
# flash
#######################################
flash:
-JLinkExe cmd.jexe
-JLinkExe flash.jexe
reset:
-JLinkExe reset.jexe
#######################################
# dependencies