mirror of
https://gitee.com/dlmu-cone/tronone-h7-scaffold
synced 2026-07-24 19:37:45 +08:00
ioc changed soft spi tft
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
#include "buzzer.h"
|
||||
#include "ws2812status.h"
|
||||
#include "robot.h"
|
||||
#include "tft.h"
|
||||
|
||||
/* USER CODE END Includes */
|
||||
|
||||
@@ -133,10 +134,10 @@ int main(void)
|
||||
MX_SPI1_Init();
|
||||
MX_UART5_Init();
|
||||
MX_TIM3_Init();
|
||||
MX_SPI6_Init();
|
||||
MX_ADC1_Init();
|
||||
/* USER CODE BEGIN 2 */
|
||||
|
||||
TFT_ShowBootScreen();
|
||||
robotSelfCheck(); //自检LED
|
||||
RobotInit();
|
||||
systemstart_song(); //开机音乐
|
||||
|
||||
Reference in New Issue
Block a user