bitmap: buttons and fonts
This commit is contained in:
@@ -80,6 +80,9 @@ C_SOURCES += ../shared_libs/drivers/hw_button/hw_button.c
|
||||
# display
|
||||
C_SOURCES += ../shared_libs/display/display_gfx.c
|
||||
C_SOURCES += ../shared_libs/display/font_gfx.c
|
||||
# bitmaps
|
||||
C_SOURCES += ../shared_libs/bitmaps/bitmap_disp_buttons.c
|
||||
C_SOURCES += ../shared_libs/bitmaps/bitmap_font_5x7.c
|
||||
|
||||
# ASM sources
|
||||
ASM_SOURCES = \
|
||||
@@ -154,6 +157,8 @@ C_INCLUDES += -I../shared_libs/drivers/st7565
|
||||
C_INCLUDES += -I../shared_libs/drivers/hw_button
|
||||
# display includes
|
||||
C_INCLUDES += -I../shared_libs/display
|
||||
# bitmaps includes
|
||||
C_INCLUDES += -I../shared_libs/bitmaps
|
||||
|
||||
# compile gcc flags
|
||||
ASFLAGS = $(MCU) $(AS_DEFS) $(AS_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections
|
||||
|
||||
Reference in New Issue
Block a user