增加对LCD屏幕的支持,并初始化RTC配置
This commit is contained in:
@@ -40,6 +40,8 @@ add_executable(${CMAKE_PROJECT_NAME}
|
||||
Core/Bsp/easylogger/src/elog_utils.c
|
||||
Core/Bsp/BSP_WF_24/dx_wf_24.c
|
||||
Core/Bsp/BSP_Device/device_ctrl/device_ctrl.c
|
||||
Core/Bsp/BSP_Device/spi_st7735s/spi_st7735s.c
|
||||
Core/Bsp/BSP_Device/spi_st7735s/fonts.c
|
||||
)
|
||||
|
||||
# Add STM32CubeMX generated sources
|
||||
@@ -64,6 +66,7 @@ target_include_directories(${CMAKE_PROJECT_NAME} PRIVATE
|
||||
Core/Bsp/easylogger/src
|
||||
Core/Bsp/BSP_WF_24
|
||||
Core/Bsp/BSP_Device/device_ctrl
|
||||
Core/Bsp/BSP_Device/spi_st7735s
|
||||
)
|
||||
|
||||
# Add project symbols (macros)
|
||||
|
||||
Reference in New Issue
Block a user