[wip] controllers and display
This commit is contained in:
@@ -83,6 +83,13 @@ 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
|
||||
# display_layout
|
||||
C_SOURCES += ../shared_libs/disp_layout/disp_layout.c
|
||||
C_SOURCES += ../shared_libs/disp_layout/disp_layout_defs.c
|
||||
# controllers
|
||||
C_SOURCES += ../shared_libs/controllers/ctrl_bottom_button.c
|
||||
C_SOURCES += ../shared_libs/controllers/ctrl_channel_button.c
|
||||
C_SOURCES += ../shared_libs/controllers/ctrl_app.c
|
||||
|
||||
# utils/printf
|
||||
C_SOURCES += ../shared_libs/utils/printf/printf.c
|
||||
@@ -165,11 +172,18 @@ C_INCLUDES += -I../shared_libs/drivers/hw_button
|
||||
C_INCLUDES += -I../shared_libs/display
|
||||
# bitmaps includes
|
||||
C_INCLUDES += -I../shared_libs/bitmaps
|
||||
# display layout includes
|
||||
C_INCLUDES += -I../shared_libs/disp_layout
|
||||
# controllers includes
|
||||
C_INCLUDES += -I../shared_libs/controllers
|
||||
|
||||
# utils/print includes
|
||||
# utils includes
|
||||
C_INCLUDES += -I../shared_libs/utils/printf
|
||||
C_INCLUDES += -I../shared_libs/utils/rtt
|
||||
|
||||
# config
|
||||
C_INCLUDES += -I../shared_libs
|
||||
|
||||
# compile gcc flags
|
||||
ASFLAGS = $(MCU) $(AS_DEFS) $(AS_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections
|
||||
|
||||
|
||||
Reference in New Issue
Block a user