Fonts work (mostly)

This commit is contained in:
Dylan Smith
2026-01-09 13:31:10 -05:00
parent caee1f3778
commit 2624b59564
9 changed files with 1558 additions and 8 deletions

View File

@@ -76,7 +76,8 @@ endif
# C sources
C_SOURCES = \
Core/Src/freertos.c \
Core/Src/graphics.c \
Core/Src/graphics/font.c \
Core/Src/graphics/graphics.c \
Core/Src/main.c \
Core/Src/stm32f4xx_hal_msp.c \
Core/Src/stm32f4xx_hal_timebase_tim.c \
@@ -223,6 +224,8 @@ AS_INCLUDES = \
# C includes
C_INCLUDES = \
-ICore/Inc \
-ICore/Inc/graphics \
-ICore/Inc/graphics/lvgl \
-IDrivers/CMSIS/Device/ST/STM32F4xx/Include \
-IDrivers/CMSIS/Include \
-IDrivers/STM32F4xx_HAL_Driver/Inc \