2026-08-26 07:26:58 +08:00
|
|
|
|
#ifndef __INCLUDES_H__
|
|
|
|
|
|
#define __INCLUDES_H__
|
|
|
|
|
|
|
|
|
|
|
|
#include <stdbool.h>
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
|
#include <string.h>
|
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <rthw.h>
|
|
|
|
|
|
#include "rtthread.h"
|
|
|
|
|
|
|
|
|
|
|
|
#include "at32f403a_407_wk_config.h"
|
|
|
|
|
|
#include "wk_acc.h"
|
|
|
|
|
|
#include "wk_adc.h"
|
|
|
|
|
|
#include "wk_debug.h"
|
|
|
|
|
|
#include "wk_i2c.h"
|
|
|
|
|
|
#include "wk_spi.h"
|
|
|
|
|
|
#include "wk_usart.h"
|
|
|
|
|
|
#include "wk_usbfs.h"
|
|
|
|
|
|
#include "wk_dma.h"
|
|
|
|
|
|
#include "wk_gpio.h"
|
|
|
|
|
|
#include "wk_system.h"
|
|
|
|
|
|
#include "usart.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "drv_flash.h"
|
|
|
|
|
|
#include "drv_nvm.h"
|
|
|
|
|
|
|
2026-08-30 19:50:01 +08:00
|
|
|
|
#include "GlobalEnum.h" //<2F><><EFBFBD><EFBFBD>ö<EFBFBD><C3B6>
|
|
|
|
|
|
#include "GlobalStruct.h" //<2F><><EFBFBD><EFBFBD><EFBFBD>ṹ<EFBFBD><E1B9B9>
|
|
|
|
|
|
#include "Common_Head.h" //<2F><><EFBFBD><EFBFBD>ͷ<EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD>
|
2026-08-26 07:26:58 +08:00
|
|
|
|
|
|
|
|
|
|
#include "Drv_ILI9341_Lcd_Init.h"
|
|
|
|
|
|
#include "Drv_ILI9341_Lcd_App.h"
|
|
|
|
|
|
#include "Drv_ILI9341_Lcd_Image.h"
|
2026-09-02 13:37:25 +08:00
|
|
|
|
#include "Drv_ILI9341_Lcd_Image_UI0902.h"
|
2026-09-05 21:11:28 +08:00
|
|
|
|
#include "Drv_ILI9341_Lcd_Image_ChargePct.h"
|
2026-09-02 13:37:25 +08:00
|
|
|
|
#include "UI0902_Res_Addr.h"
|
2026-09-04 11:12:22 +08:00
|
|
|
|
#include "ExtFlash_Tone_Addr.h"
|
2026-09-04 22:15:46 +08:00
|
|
|
|
#include "LocalSongNames.h"
|
2026-08-30 19:50:01 +08:00
|
|
|
|
#include "Drv_ILI9341_Lcd_Dump.h"
|
2026-08-26 07:26:58 +08:00
|
|
|
|
#include "Drv_XPT2046_Touch.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "Drv_AD85020B.h"
|
|
|
|
|
|
#include "Drv_TM1617_RGB.h"
|
|
|
|
|
|
#include "Drv_TM1629D_Key_Led.h"
|
|
|
|
|
|
#include "Drv_AW816.h"
|
|
|
|
|
|
|
|
|
|
|
|
#include "Global.h"
|
|
|
|
|
|
#include "bsp.h"
|
|
|
|
|
|
|
|
|
|
|
|
#include "midi_tables.h"
|
|
|
|
|
|
#include "midi_send.h"
|
|
|
|
|
|
|
|
|
|
|
|
#include "task_init.h"
|
|
|
|
|
|
|
|
|
|
|
|
#include "W25Q128.h"
|
|
|
|
|
|
|
|
|
|
|
|
#include "bl_uart_parse.h"
|
|
|
|
|
|
|
|
|
|
|
|
#include "App_Auto.h"
|
|
|
|
|
|
#include "autobandtop1.h"
|
|
|
|
|
|
#include "mymidififo1.h"
|
|
|
|
|
|
|
|
|
|
|
|
#include "UI_idle.h"
|
|
|
|
|
|
#include "UI_global.h"
|
|
|
|
|
|
#include "UI_FreeMode.h"
|
|
|
|
|
|
#include "UI_SongMode.h"
|
|
|
|
|
|
#include "UI_ExpertMode.h"
|
|
|
|
|
|
#include "UI_Restore.h"
|
|
|
|
|
|
#include "UI_Setting.h"
|
|
|
|
|
|
#include "UI_SystemSet.h"
|
|
|
|
|
|
#include "UI_Mixer.h"
|
|
|
|
|
|
|
|
|
|
|
|
#include "app.h"
|
|
|
|
|
|
#include "app_tm1629.h"
|
|
|
|
|
|
#include "app_tm1617.h"
|
|
|
|
|
|
#include "app_touch.h"
|
|
|
|
|
|
#include "app_adc.h"
|
2026-08-31 11:24:10 +08:00
|
|
|
|
#include "app_log.h"
|
2026-08-26 07:26:58 +08:00
|
|
|
|
|
|
|
|
|
|
#endif
|